Skip to content

Commit

Permalink
allow public access
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Nov 1, 2023
1 parent 5deea95 commit 9c94255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: pnpm config set "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: pnpm publish -r --report-summary --publish-branch main
- run: pnpm publish -r --report-summary --publish-branch main --access=public
- run: pnpm changeset tag
- run: git push --tags
- run: pnpm run generate-slack-report
Expand Down

0 comments on commit 9c94255

Please sign in to comment.