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 e3633ca commit 3c66a41Copy full SHA for 3c66a41
.github/workflows/release_canary.yml
@@ -49,7 +49,7 @@ jobs:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
51
- name: Output canary version number
52
- uses: actions/github-script@v7.0.1
+ uses: actions/github-script@v8.0.0
53
with:
54
script: |
55
const package = require(`${process.env.GITHUB_WORKSPACE}/package.json`)
.github/workflows/release_candidate.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
- name: Output release candidate version number
47
48
0 commit comments