Skip to content

Commit f88d5e5

Browse files
committed
Corrects to GitHub workflow
1 parent 11e511b commit f88d5e5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .github/workflows/publish.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
branch: main
7474

7575
- name: Publish the package on NPM
76-
run: npm publish
77-
env:
78-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
76+
uses: JS-DevTools/npm-publish@v3
77+
with:
78+
access: "public"
79+
token: ${{ secrets.NPM_TOKEN }}
80+
package: "./js/package.json"

0 commit comments

Comments
 (0)