Skip to content

Commit dfab2e2

Browse files
committed
updating to yarn package manager
1 parent fc3e2bf commit dfab2e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

@@ -79,7 +79,7 @@ jobs:
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

Comments
 (0)