diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fb25c3594..9b00db55a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 }}