Skip to content

Commit 7a685d2

Browse files
CI: fix publishing
1 parent 50a0f7b commit 7a685d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
generateReleaseNotes: true
5151

5252
- name: Add release to npm 💾
53-
run: pnpm publish --no-git-checks # --no-git-checks as we're not on a branch but a tag!
53+
run: pnpm publish --no-git-checks --access public # --no-git-checks as we're not on a branch but a tag!, --access public, as it's a org-scoped package
5454
env:
5555
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)