Skip to content

Commit

Permalink
Fix tagging in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joffrey-bion committed Nov 14, 2022
1 parent 97611f4 commit bc83f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GH_PAT }} # using personal token to trigger publish workflow
tag_name: ${{ inputs.version }}
tag_name: ${{ steps.compute-tag.outputs.tag }}
target_commitish: ${{ steps.changelog-commit.outputs.sha }}
body_path: build/reports/changelog/latest-release-body.md

0 comments on commit bc83f19

Please sign in to comment.