Skip to content

Commit c15761a

Browse files
Added corrections to GitHub workflow (#19)
1 parent 096e238 commit c15761a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
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)