Skip to content

Commit

Permalink
Add option --access public (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruplm authored May 3, 2023
1 parent 754ae1c commit 8bace56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
npm ci
npm run build
npm whoami
npm publish
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
working-directory: ${{ github.workspace }}/src/shell/js/composeui-node-launcher/
working-directory: ${{ github.workspace }}/src/shell/js/composeui-node-launcher/

0 comments on commit 8bace56

Please sign in to comment.