Skip to content

Commit

Permalink
chore(repo): fix push tags typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jul 16, 2021
1 parent bc15173 commit 562809d
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 @@ -79,4 +79,4 @@ jobs:
git pull origin master --no-edit
git rebase
git push origin HEAD:master
git push origin HEAD:master -- tags
git push origin HEAD:master --tags

0 comments on commit 562809d

Please sign in to comment.