Skip to content

Commit

Permalink
Do not push a version to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
ScaleupTechnologies committed Jan 31, 2023
1 parent 72c6499 commit 3b550ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions new_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ fi
set -e

sed -i -e "s/version: .*/version: $VERSION/" galaxy.yml
echo git commit -m 'New Version $VERSION' galaxy.yml
git commit -m 'New Version $VERSION' galaxy.yml
git tag v${VERSION}
git push origin v${VERSION}
echo git push origin v${VERSION}

MYTMP=$(mktemp -d)
ansible-galaxy collection build --output-path ${MYTMP}
Expand Down

0 comments on commit 3b550ea

Please sign in to comment.