Skip to content

Commit 23904bc

Browse files
committed
access public because scope
1 parent 2692ed8 commit 23904bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
6060
env:
6161
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
62-
run: npm publish ./*.tgz --tag experimental
62+
run: npm publish --access public ./*.tgz --tag experimental

0 commit comments

Comments
 (0)