Skip to content

Commit

Permalink
create release with cargo version output
Browse files Browse the repository at this point in the history
  • Loading branch information
bodo-hugo-barwich committed Feb 5, 2023
1 parent 0ef2600 commit 112e982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: steps.git_tag.outputs.exists == 0
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.git_tag.outputs.tag }}
tag_name: ${{ steps.cargo_version.outputs.version }}
token: ${{ secrets.PROJECT_RELEASE_TOKEN }}
files: text-sanitizer_${{ steps.cargo_version.outputs.version }}.tar.gz
env:
Expand Down

0 comments on commit 112e982

Please sign in to comment.