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 794cf22 commit ed41503Copy full SHA for ed41503
.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@v6.4.1
+ uses: actions/github-script@v7.0.1
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