Skip to content

Commit 8bace56

Browse files
authored
Add option --access public (#215)
1 parent 754ae1c commit 8bace56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
npm ci
6363
npm run build
6464
npm whoami
65-
npm publish
65+
npm publish --access public
6666
env:
6767
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
68-
working-directory: ${{ github.workspace }}/src/shell/js/composeui-node-launcher/
68+
working-directory: ${{ github.workspace }}/src/shell/js/composeui-node-launcher/

0 commit comments

Comments
 (0)