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 236bd21 commit 7feebeaCopy full SHA for 7feebea
.github/workflows/release-drafter.yaml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Get the current version
21
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
22
id: current_version
23
with:
24
# language=javascript
.github/workflows/release.yaml
@@ -57,7 +57,7 @@ jobs:
57
echo "version=$VERSION" >> $GITHUB_OUTPUT
58
59
- name: Check if tag exists
60
61
env:
62
VERSION: ${{ steps.release_version.outputs.version }}
63
0 commit comments