Skip to content
Snippets Groups Projects

Add a --run-tag-pipeline flag to the release script

Merged Rory Jennings requested to merge 4-add-a-run-tag-pipeline-flag-to-the-release-script into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@ while :; do
# Grab the tag at this commit
TAG=$(git tag --points-at HEAD)
# Push the tag to origin
git push origin $TAG
git push origin "$TAG"
exit
;;
--)
Loading