Skip to content

Commit acfbce0

Browse files
authored
Merge pull request #170 from finos/hotfix-npm-publish-action
Set NPM publish to public access for initial release
2 parents 1444082 + 3baa961 commit acfbce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
node-version: '16.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
16-
- run: npm publish
16+
- run: npm publish --access=public
1717
env:
18-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
18+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)