Skip to content

Commit

Permalink
Add moving Minor version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hazeltonl authored Nov 20, 2024
1 parent 18e785f commit 8c6eb59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update v4 tag
run: git tag -f v4
- name: Update v4 tags
run: |
git tag -f v4
git tag -f v4.4
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 8c6eb59

Please sign in to comment.