Skip to content

Commit 54cdc5c

Browse files
committed
Added corrections to GitHub workflow
1 parent 096e238 commit 54cdc5c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

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

7575
- name: Publish the package on NPM
76-
uses: JS-DevTools/npm-publish@v3
77-
with:
78-
access: "public"
79-
token: ${{ secrets.NPM_TOKEN }}
80-
package: "./js/package.json"
76+
run: |
77+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
78+
npm publish

0 commit comments

Comments
 (0)