Skip to content

Commit b491c5c

Browse files
committed
Create stages
1 parent fe1914f commit b491c5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/deploy/new_release_auto_tagging.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ echo "Add tags to new release"
77
git config --global user.email "builds@travis-ci.com"
88
git config --global user.name "Travis CI"
99
export GIT_TAG=$TRAVIS_BRANCH-build_$TRAVIS_BUILD_NUMBER
10-
git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
11-
git push -q https://$GITHUB_TOKEN@github.com/ggeop/Python-ai-assistant --tags
10+
git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"

0 commit comments

Comments
 (0)