diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 150a360..bd6b984 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -27,7 +27,7 @@ jobs: with: title: Release to npm commit: Release to npm - publish: "pnpm publish:ci" + publish: "pnpm publish:ci-prod" env: # Use private access token so Github can trigger another workflow from this one GITHUB_TOKEN: ${{ secrets.PAT }}