Skip to content

Commit 7eb737b

Browse files
theinternedkoddssonhmaurer
committed
add access public
Co-authored-by: Kristján Oddsson <[email protected]> Co-authored-by: a3gis <[email protected]>
1 parent 5410138 commit 7eb737b

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)