We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a657432 + 326d457 commit ec772a5Copy full SHA for ec772a5
1 file changed
.github/workflows/major.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Find major tag
27
id: major-tag
28
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
29
with:
30
result-encoding: string
31
script: |
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Create major version tag
46
if: steps.major-tag.outputs.result == '0'
47
48
49
50
github.rest.git.createRef({
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Move major version tag
57
if: steps.major-tag.outputs.result == '1'
58
59
60
61
github.rest.git.updateRef({
0 commit comments