ci: push tags on deployment/bumping version
This commit is contained in:
parent
febac2954a
commit
8e1419b186
@ -36,3 +36,4 @@ echo "Version bumped to $NEW_VERSION"
|
||||
git add VERSION
|
||||
git tag "v$MAJOR.$MINOR.$PATCH"
|
||||
git push origin "v$MAJOR.$MINOR.$PATCH"
|
||||
git push origin --tags
|
||||
|
Loading…
x
Reference in New Issue
Block a user