There was an error while loading. Please reload this page.
1 parent fe1914f commit b491c5cCopy full SHA for b491c5c
bin/deploy/new_release_auto_tagging.sh
@@ -7,5 +7,4 @@ echo "Add tags to new release"
7
git config --global user.email "builds@travis-ci.com"
8
git config --global user.name "Travis CI"
9
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
+git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
0 commit comments