Skip to content

Commit

Permalink
[dsch] gh-actions: publish script updated with publishing to public a…
Browse files Browse the repository at this point in the history
…ccess
  • Loading branch information
DScheglov committed Dec 25, 2023
1 parent f98c785 commit aea7b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
- name: Publish to npm
run: |
cp .npmrc.config .npmrc
npm publish
npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit aea7b44

Please sign in to comment.