Skip to content

Commit 2c98e7a

Browse files
authored
Merge pull request #20 from github/theinterned/access-public
add access public
2 parents 5410138 + 7eb737b commit 2c98e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
cache: npm
2020
- run: npm ci
2121
- run: npm test
22-
- run: npm whoami; npm publish
22+
- run: npm whoami; npm publish --access public
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)