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 ee0855f commit 1cdf6b9Copy full SHA for 1cdf6b9
.github/workflows/runtime_prereleases.yml
@@ -14,6 +14,8 @@ on:
14
required: true
15
type: string
16
secrets:
17
+ GH_TOKEN:
18
+ required: true
19
NPM_TOKEN:
20
21
@@ -51,6 +53,6 @@ jobs:
51
53
- run: yarn install --frozen-lockfile
52
54
- run: yarn --cwd scripts/release install --frozen-lockfile
55
- run: |
- scripts/release/prepare-release-from-ci.js --skipTests -r ${{ inputs.release_channel }} --commit=${{ inputs.commit_sha }}
56
+ GH_TOKEN=${{ secrets.GH_TOKEN }} scripts/release/prepare-release-from-ci.js --skipTests -r ${{ inputs.release_channel }} --commit=${{ inputs.commit_sha }}
57
cp ./scripts/release/ci-npmrc ~/.npmrc
58
scripts/release/publish.js --ci --tags ${{ inputs.dist_tag }}
0 commit comments