mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-30 17:23:02 -05:00
Do not push production branch.
This commit is contained in:
@@ -19,9 +19,6 @@ sed -i "s/master/$VERSION/g" config.groovy
|
||||
git add config.groovy
|
||||
git commit -m "Update version of $BRANCH to $VERSION"
|
||||
|
||||
#push branch
|
||||
git push -f origin "$BRANCH:$BRANCH"
|
||||
|
||||
#push tag
|
||||
git tag "$VERSION"
|
||||
git push origin "$VERSION"
|
||||
|
||||
Reference in New Issue
Block a user