Skip to content

Commit 5646913

Browse files
authored
.github: update bump_tags_to_master.yaml
Signed-off-by: Aditya Maru <[email protected]>
1 parent 550edf2 commit 5646913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump_tags_to_master.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
run: |
1717
git config user.name github-actions[bot]
1818
git config user.email github-actions[bot]@users.noreply.github.com
19+
git tag -fa v1.1 -m "Update v1.1 tag to latest commit on master"
1920
git tag -fa v1 -m "Update v1 tag to latest commit on master"
2021
git tag -fa v1.0.0-beta -m "Update v1.0.0-beta tag to latest commit on master"
21-
git push origin v1 v1.0.0-beta --force
22+
git push origin v1.1 v1 v1.0.0-beta --force

0 commit comments

Comments
 (0)