Skip to content

Commit 44cb278

Browse files
committed
fixing publish yml
1 parent cb1627b commit 44cb278

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
with:
1313
node-version: '18.17.1'
1414
registry-url: 'https://registry.npmjs.org'
15-
- run: npm config set access public
1615
- run: npm ci
17-
- run: npm publish
16+
- run: npm publish --access=public
1817
env:
1918
# need to add NPM token to github secret if not available
2019
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)