Skip to content

Commit

Permalink
#173 added dev tag recreation, to reset dev release date
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed Jan 22, 2023
1 parent 3586a00 commit eaef0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/add_git_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
if [ "$TRAVIS_BRANCH" == "master" ]; then
export NEW_GIT_TAG='dev'
git tag -d 'dev'
git push --delete 'dev'
git push --delete origin 'dev'

elif [ "$TRAVIS_BRANCH" == "stable" ]; then
version=`unzip -qc build/script-server.zip version.txt`
Expand Down

0 comments on commit eaef0bd

Please sign in to comment.