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 e67df4f commit cad22b5Copy full SHA for cad22b5
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
if: github.event.inputs.version != null
19
run: echo "RELEASE_VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV
20
21
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
22
if: github.event.inputs.version == null
23
id: candidate-version
24
with:
0 commit comments