Skip to content

Commit

Permalink
Fixing release build step [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Feb 19, 2022
1 parent 48a7c33 commit 811ab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Tag and Release
id: tag_release
uses: softprops/action-gh-release@v0.1
uses: softprops/action-gh-release@v1
with:
body: Release ${{ needs.build.outputs.version }}
tag_name: ${{ needs.build.outputs.version }}
Expand Down

0 comments on commit 811ab06

Please sign in to comment.