Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donfn authored Sep 11, 2022
1 parent cb5401b commit 52122d7
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 @@ -18,7 +18,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: latest
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: Automated Release
draft: false
Expand Down

0 comments on commit 52122d7

Please sign in to comment.