Skip to content

Commit 3b84405

Browse files
committed
change action used to publish
1 parent 62968ac commit 3b84405

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
node-version: 20.x
1717
- run: npm ci
1818
- run: npm test
19-
- uses: pascalgn/npm-publish-action@1.3.9
20-
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
19+
- uses: JS-DevTools/npm-publish@v3
20+
with:
21+
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)