Skip to content

Commit

Permalink
chore: fix creating GitHub release in finish release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi committed Sep 11, 2023
1 parent 664c072 commit 7205ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/finish-release-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ jobs:
- name: Create GitHub release
uses: ncipollo/release-action@v1
with:
tag: v${{ needs.create_pr.outputs.version_number }}
token: ${{ secrets.GITHUB_TOKEN }}
body: ${{ steps.changelog.outputs.release_notes }}

0 comments on commit 7205ab1

Please sign in to comment.