We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bae8d8 commit 18080aaCopy full SHA for 18080aa
.github/workflows/release.yml
@@ -9,7 +9,8 @@ jobs:
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v4
12
- - name: Extract Major and Minor Versions from Tag
+
13
+ - name: Extract Major and Minor Versions from Tag
14
id: extract-version
15
run: |
16
TAG_NAME="${{ github.event.release.tag_name }}"
@@ -31,9 +32,10 @@ jobs:
31
32
git tag -f v$MAJOR
33
# Create or update minor version tag
34
git tag -f v$MAJOR.$MINOR
35
36
- name: Push changes
37
uses: ad-m/github-push-action@master
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
tags: true
- force: true
41
+ force: true
0 commit comments