Skip to content

Commit 3f5a4e4

Browse files
committed
Test action
1 parent 6cd6f5f commit 3f5a4e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
pnpm lint
3232
pnpm test
3333
- run: |
34+
cat << EOF > "$HOME/.npmrc"
35+
//registry.npmjs.org/:_authToken=$NPM_TOKEN
36+
EOF
3437
npm publish --access=public
3538
env:
3639
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)