Skip to content

Commit cb1627b

Browse files
committed
testing if setting public on publish.yml will make test work
1 parent b916c2e commit cb1627b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
with:
1313
node-version: '18.17.1'
1414
registry-url: 'https://registry.npmjs.org'
15+
- run: npm config set access public
1516
- run: npm ci
1617
- run: npm publish
1718
env:
18-
# need to add NPM token to github secret if not available
19+
# need to add NPM token to github secret if not available
1920
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)