Skip to content

Commit

Permalink
Push tags by address instead of by name (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
achew22 authored Nov 16, 2018
1 parent a3c398e commit 8c81d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ git tag "${GIT_TAG}"

if ./npm/publish.sh; then
# Success! Publish the tag to GitHub
git push upstream "${GIT_TAG}"
git push [email protected]:bazelbuild/bazel-watcher "${GIT_TAG}"
else
# Clean up in the event of failure.
git tag -d "${GIT_TAG}"
Expand Down

0 comments on commit 8c81d41

Please sign in to comment.