Skip to content

Commit 220968f

Browse files
committed
update release pipeline
1 parent 5e7ba72 commit 220968f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
contents: write
1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
persist-credentials: false
1921

2022
- name: Setup
2123
uses: ./.github/setup
@@ -27,5 +29,5 @@ jobs:
2729
version: pnpm ci:version
2830
publish: pnpm ci:publish
2931
env:
30-
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN || secrets.GITHUB_TOKEN }}
32+
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}
3133
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)