We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550edf2 commit 5646913Copy full SHA for 5646913
.github/workflows/bump_tags_to_master.yaml
@@ -16,6 +16,7 @@ jobs:
16
run: |
17
git config user.name github-actions[bot]
18
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"
20
git tag -fa v1 -m "Update v1 tag to latest commit on master"
21
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
22
+ git push origin v1.1 v1 v1.0.0-beta --force
0 commit comments