Skip to content

Commit

Permalink
Simplify tag creation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Jul 21, 2021
1 parent 15abb0f commit 925ed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.ROBO_ACTIONS }}
name: Sigil-${{ github.event.inputs.tag_name }}
name: ${{ steps.create_archive.outputs.fname }}
tag: ${{ github.event.inputs.tag_name }}
body: |
Changes in this Release
Expand Down

0 comments on commit 925ed0e

Please sign in to comment.