.github: add v1.2 to bump_tags_to_master.yaml

Signed-off-by: Aditya Maru <adityamaru@gmail.com>
This commit is contained in:
Aditya Maru 2025-06-11 17:18:40 -04:00 committed by GitHub
parent 4fac79897d
commit 574eb0ee0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,8 @@ jobs:
run: | run: |
git config user.name github-actions[bot] git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com git config user.email github-actions[bot]@users.noreply.github.com
git tag -fa v1.2 -m "Update v1.2 tag to latest commit on master"
git tag -fa v1.1 -m "Update v1.1 tag to latest commit on master" git tag -fa v1.1 -m "Update v1.1 tag to latest commit on master"
git tag -fa v1 -m "Update v1 tag to latest commit on master" git tag -fa v1 -m "Update v1 tag to latest commit on master"
git tag -fa v1.0.0-beta -m "Update v1.0.0-beta tag to latest commit on master" git tag -fa v1.0.0-beta -m "Update v1.0.0-beta tag to latest commit on master"
git push origin v1.1 v1 v1.0.0-beta --force git push origin v1.2 v1.1 v1 v1.0.0-beta --force