We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b349863 + 1aba347 commit ab94ed7Copy full SHA for ab94ed7
1 file changed
.github/workflows/TagReleaseCommit.yml
@@ -58,7 +58,7 @@ jobs:
58
59
steps:
60
- name: 🏷 Create release tag '${{ steps.FindPullRequest.outputs.version }}'
61
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
62
id: createReleaseTag
63
# if: inputs.auto_tag == 'true'
64
with:
@@ -71,7 +71,7 @@ jobs:
71
})
72
73
- name: Trigger Workflow
74
75
id: runReleaseTag
76
77
0 commit comments