Skip to content

Commit

Permalink
correct the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
therickys93 authored Dec 16, 2017
1 parent 778b278 commit 2e23bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set_tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [ "$TRAVIS_BRANCH" = "$BRANCH" ]; then
git config --global user.name "Travis"

# Add tag and push to master.
git tag -a 0.2.${TRAVIS_BUILD_NUMBER}_${TRAVIS_GO_VERSION} -m "Travis build $TRAVIS_BUILD_NUMBER pushed a tag."
git tag -a 0.2.1.${TRAVIS_BUILD_NUMBER}_go${TRAVIS_GO_VERSION} -m "Travis build $TRAVIS_BUILD_NUMBER pushed a tag."
git push origin --tags
git fetch origin

Expand Down

0 comments on commit 2e23bae

Please sign in to comment.