Skip to content

Commit f2b28f0

Browse files
authored
fix(ci): publish public package (MetaMask#56)
1 parent 4f67067 commit f2b28f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fail-on-cache-miss: true
7272
- name: Publish
7373
working-directory: pkg
74-
run: npm publish
74+
run: npm publish --access=public
7575
env:
7676
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7777
SKIP_PREPACK: true

0 commit comments

Comments
 (0)