Skip to content

Commit 59c9b3c

Browse files
committed
explicitly publish as public
1 parent 87e06d6 commit 59c9b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666

6767
- name: Publish to GitHub Package Registry
6868
if: github.event_name == 'release' # Publish only on release creation
69-
run: yarn npm publish
69+
run: yarn npm publish --access public

0 commit comments

Comments
 (0)