Skip to content

Commit

Permalink
tweak publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Mar 19, 2024
1 parent 50271b5 commit bee3b00
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 @@ -25,7 +25,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 --access=public
- run: pnpm publish -r --report-summary --publish-branch fix-deploy-2 --access=public
- run: pnpm run generate-slack-report
env:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}

0 comments on commit bee3b00

Please sign in to comment.