Skip to content

Commit 3e6fac7

Browse files
committed
fix: action
1 parent a27a236 commit 3e6fac7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ jobs:
6868
commit: '[ci] release'
6969
title: '[ci] release'
7070
env:
71+
# Needs access to push to main
7172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73+
# Needs access to publish to npm
7274
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"prepare": "husky install",
3333
"clean:all": "rimraf ./**/turbo-build.log ./**/dist ./**/.pnpm-debug.log ./**/.turbo ./**/coverage ./**/pnpm-lock.yaml ./**/node_modules",
3434
"version": "changeset version && pnpm install --no-frozen-lockfile",
35+
"preinstall": "npx only-allow pnpm",
3536
"ncu": "ncu -u --deep -x rimraf,sharp"
3637
},
3738
"devDependencies": {

0 commit comments

Comments
 (0)