We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc31378 commit fd1f829Copy full SHA for fd1f829
1 file changed
.github/workflows/update-release-tag.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- name: Get repo HEAD ref
15
id: new-tag
16
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
17
with:
18
script: |
19
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Move major tag ${{ steps.new-tag.outputs.major }}
47
if: ${{ steps.new-tag.outputs.major }}
48
49
50
51
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Move minor tag ${{ steps.new-tag.outputs.minor }}
73
if: ${{ steps.new-tag.outputs.minor }}
74
75
76
77
0 commit comments