Skip to content

Commit 419de5f

Browse files
committed
fix: rc release
1 parent 0639353 commit 419de5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232
with:
3333
ref: ${{ github.event.inputs.ref }}
34-
token: ${{ env.GITHUB_TOKEN }}
34+
token: ${{ secrets.GITHUB_TOKEN }}
3535

3636
- name: Use Node.js ${{ matrix.node-version }}
3737
uses: actions/setup-node@v3
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
lerna publish --exact --preid rc-$(date +%s) --dist-tag rc --force-publish='*' --no-push --no-git-tag-version prepatch --ignore-prepublish --ignore-scripts --no-private -y
7171
env:
72-
GH_TOKEN: ${{ env.GITHUB_TOKEN }}
72+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7474

7575
- name: Adding markdown

0 commit comments

Comments
 (0)