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 dc719d9 commit 7b54b9aCopy full SHA for 7b54b9a
.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@v3
+ - uses: actions/github-script@v4
22
if: github.event.inputs.version == null
23
id: candidate-version
24
with:
0 commit comments