Skip to content

Commit 217847d

Browse files
committed
ci: add --access public for first publish of new package
1 parent 0ed7b24 commit 217847d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
cache-dependency-path: packages/js/package-lock.json
2525
- run: npm ci
2626
- run: npm run build
27-
- run: npm publish --provenance
27+
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)