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 adf9c5f commit ffcc0fdCopy full SHA for ffcc0fd
.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@v7
+ uses: actions/github-script@v8
56
with:
57
result-encoding: string
58
script: |
.github/workflows/test-and-release.yml
@@ -121,7 +121,7 @@ jobs:
121
- name: Determine version
122
if: steps.automerge.outputs.mergeResult == 'merged'
123
124
125
126
127
0 commit comments