4343 uses: ./workflows-repo/.github/actions/release-validate-public
4444 with:
4545 # Update these values to match your project:
46- package-manager: pnpm # Options: npm, yarn, or pnpm (must match your project's package manager)
46+ package-manager: yarn # Options: npm, yarn, or pnpm (must match your project's package manager)
4747 lint_command: 'run lint' # Set to '' to skip if no lint script exists
4848 test_command: 'test' # Set to '' to skip if no test script exists
4949
7979 uses: ./workflows-repo/.github/actions/release-please-pr-public
8080 with:
8181 # Update package-manager to match your project (npm, yarn, or pnpm)
82- package-manager: pnpm # Must match your project's package manager
82+ package-manager: yarn # Must match your project's package manager
8383 branch_name: ${{ github.ref_name }}
8484 dry_run: ${{ inputs.dry_run }}
8585
@@ -106,7 +106,7 @@ jobs:
106106 uses: ./workflows-repo/.github/actions/release-publish-public
107107 with:
108108 # Update these values to match your project:
109- package-manager: pnpm # Options: npm, yarn, or pnpm (used for installing dependencies and building; publishing always uses pnpm)
109+ package-manager: yarn # Options: npm, yarn, or pnpm (used for installing dependencies and building; publishing always uses pnpm)
110110 workflows_token: ${{ secrets.WORKFLOWS_ACCESS_GITHUB_TOKEN }}
111111 build_command: 'run build' # Set to '' to skip if no build script exists
112112 dry_run: ${{ inputs.dry_run }}
0 commit comments