We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a87f80 + 5b58456 commit 56cbdd0Copy full SHA for 56cbdd0
2 files changed
.github/workflows/create-release.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Determine the version bump
54
id: version
55
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
56
with:
57
result-encoding: string
58
script: |
.github/workflows/test-and-release.yml
@@ -105,7 +105,7 @@ jobs:
105
- name: Determine version
106
if: steps.automerge.outputs.mergeResult == 'merged'
107
108
109
110
111
0 commit comments