Skip to content

Commit b0da48a

Browse files
committed
fix: cicd publish access token change
1 parent a3ea6ba commit b0da48a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: npm install -g pnpm@9.0.6
1818
- name: Install dependencies
1919
run: pnpm install --no-frozen-lockfil
20-
- name: npm publish
21-
uses: JS-DevTools/npm-publish@v3
22-
with:
23-
token: ${{ secrets.NPM_TOKEN }}
20+
- name: pnpm publish
21+
run: pnpm publish
22+
env:
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)