Skip to content

Commit

Permalink
Merge pull request #27 from masarakki/fix-tag_name
Browse files Browse the repository at this point in the history
fix-tag_name
  • Loading branch information
masarakki authored Mar 20, 2020
2 parents 8b4afc8 + b3460d9 commit 0a6917c
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 0a6917c

Please sign in to comment.