Skip to content

Commit 4bebd51

Browse files
authored
Update npm-publish to v3 (#30)
1 parent d346acc commit 4bebd51

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
node-version: '16.x'
1414
- run: yarn install
1515
- run: yarn test
16-
- run: yarn publish
17-
env:
18-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
16+
- uses: JS-DevTools/npm-publish@v3
17+
with:
18+
token: ${{ secrets.NPM_TOKEN }}
19+
access: public

0 commit comments

Comments
 (0)