Skip to content

Commit

Permalink
fix-tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
masarakki committed Mar 20, 2020
1 parent 8b4afc8 commit b3460d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
tag_name: latest
release_name: release
draft: false
prerelease: false
Expand Down

0 comments on commit b3460d9

Please sign in to comment.