From 5646913081e85d88fd2b81c50c30fcd1d5b11ac8 Mon Sep 17 00:00:00 2001 From: Aditya Maru Date: Sat, 26 Apr 2025 22:55:20 -0400 Subject: [PATCH] .github: update bump_tags_to_master.yaml Signed-off-by: Aditya Maru --- .github/workflows/bump_tags_to_master.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump_tags_to_master.yaml b/.github/workflows/bump_tags_to_master.yaml index f4509ad..3bac7c4 100644 --- a/.github/workflows/bump_tags_to_master.yaml +++ b/.github/workflows/bump_tags_to_master.yaml @@ -16,6 +16,7 @@ jobs: run: | git config user.name github-actions[bot] git config user.email github-actions[bot]@users.noreply.github.com + 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.0.0-beta -m "Update v1.0.0-beta tag to latest commit on master" - git push origin v1 v1.0.0-beta --force + git push origin v1.1 v1 v1.0.0-beta --force