Skip to content

Commit 8c6eb59

Browse files
authored
Add moving Minor version tag
1 parent 18e785f commit 8c6eb59

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v4
12-
- name: Update v4 tag
13-
run: git tag -f v4
12+
- name: Update v4 tags
13+
run: |
14+
git tag -f v4
15+
git tag -f v4.4
1416
- name: Push changes
1517
uses: ad-m/github-push-action@master
1618
with:

0 commit comments

Comments
 (0)