Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: auto tagging fix
  • Loading branch information
glicht committed Nov 28, 2020
1 parent 1321494 commit 6e7bcb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions push-release-tag.sh
Expand Up @@ -22,6 +22,7 @@ if npx git-semver-tags | grep "$PKG_VER"; then
exit 0
fi

chmod 600 github_deploy_key
git config --local user.email "builds@travis-ci.com"
git config --local user.name "Travis CI"
git tag "$PKG_VER"
Expand Down

0 comments on commit 6e7bcb2

Please sign in to comment.