We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a5109 commit 2d116e0Copy full SHA for 2d116e0
1 file changed
.github/workflows/release.yaml
@@ -62,7 +62,7 @@ jobs:
62
echo "Error: Let's Encrypt CA is not being used for verification."
63
exit 1
64
fi
65
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
66
if: steps.release-please.outputs.pr
67
with:
68
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -160,7 +160,7 @@ jobs:
160
if: success() && needs.release.outputs.release_pr #Ensure the test jobs succeeded, and that a release PR was created.
161
runs-on: ubuntu-latest
162
steps:
163
164
165
166
script: |
0 commit comments