Skip to content

Commit 3b2c55d

Browse files
author
craig
committed
1.0.0 / 2022-03-17
================== * Initial npm publish - @craigparra
1 parent 9351ab8 commit 3b2c55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131
- run: npm ci
3232
- run: npm run build
33-
- run: npm publish
33+
- run: npm publish --access public
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)