Skip to content

Commit b047eef

Browse files
committed
build: New npm publish action
1 parent 826fdf1 commit b047eef

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- name: Install node modules
1515
run: npm ci
1616

17-
- name: Publish to npm
18-
run: npm publish --provenance --access public
19-
env:
20-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
17+
- uses: JS-DevTools/npm-publish@v3
18+
with:
19+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)