Skip to content

Commit 3f7b442

Browse files
committed
Test action
1 parent 3f5a4e4 commit 3f7b442

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@ jobs:
3131
pnpm lint
3232
pnpm test
3333
- run: |
34-
cat << EOF > "$HOME/.npmrc"
35-
//registry.npmjs.org/:_authToken=$NPM_TOKEN
36-
EOF
3734
npm publish --access=public
3835
env:
3936
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4138
- name: Create Release Pull Request or Publish to npm
4239
id: changesets
4340
uses: changesets/action@v1

0 commit comments

Comments
 (0)