-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NA - forgot to incude tagging git incantations
- Loading branch information
Flossy
committed
Oct 6, 2021
1 parent
993908f
commit ea187f1
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,6 @@ jobs: | |
git config --local user.email "[email protected]" | ||
git config --local user.name "Version Upgrade" | ||
git commit -m "Version bump" -a | ||
echo "TAG = $GIT_TAG" | ||
git tag "$GIT_TAG" | ||
git tag "${VERSION}-${NEW_RELEASE}" | ||
git push origin master | ||
git push origin "$GIT_TAG" | ||
git push origin "${VERSION}-${NEW_RELEASE}" |