Skip to content

Commit

Permalink
#131 fixing wrong step id
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-miki committed Jun 16, 2020
1 parent f026999 commit a73911a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releasebranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Create milestone notes
uses: UnforgivenPL/milestone-notes@v1
with:
match-milestone: "^${{ steps.what-version.outputs.version }} "
match-milestone: "^${{ steps.version.outputs.version }} "
repository: ${{ github.repository }}
labels: "enhancement, api, bug"
- name: Format milestone notes
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Push changes to notes branch
uses: stefanzweifel/git-auto-commit-action@v4.1.6
with:
commit_message: "(bot) release notes updated for ${{ steps.what-version.outputs.version }}"
commit_message: "(bot) release notes updated for ${{ steps.version.outputs.version }}"
branch: notes-${{ steps.version.outputs.version }}
- name: Prepare merge and push it to development
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create milestone notes
uses: UnforgivenPL/milestone-notes@v1
with:
match-milestone: "^${{ steps.what-version.outputs.version }} "
match-milestone: "^${{ steps.version.outputs.version }} "
repository: ${{ github.repository }}
labels: "enhancement, api, bug"
- name: Format milestone notes
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Push changes to notes branch
uses: stefanzweifel/git-auto-commit-action@v4.1.6
with:
commit_message: "(bot) release notes updated for ${{ steps.what-version.outputs.version }}"
commit_message: "(bot) release notes updated for ${{ steps.version.outputs.version }}"
branch: notes-${{ steps.version.outputs.version }}
- name: Prepare merge and push it to development
run: |
Expand Down

0 comments on commit a73911a

Please sign in to comment.