-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4176 from Shopify/fix-release-workflow
Fix release workflow
- Loading branch information
Showing
3 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
env: | ||
PNPM_VERSION: '8.7.0' | ||
PNPM_VERSION: '8.15.7' | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
jobs: | ||
|
@@ -24,16 +24,10 @@ jobs: | |
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits | ||
with: | ||
fetch-depth: 1 | ||
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # [email protected] | ||
- name: Setup deps | ||
uses: ./.github/actions/setup-cli-deps | ||
with: | ||
version: ${{ env.PNPM_VERSION }} | ||
- name: Set Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '18' | ||
cache: 'pnpm' | ||
- name: Install dependencies | ||
run: pnpm install | ||
node-version: 18.20.3 | ||
- name: Create Release Pull Request | ||
uses: Wandalen/wretry.action@e6cf3db7de3777ba5f999f903c2f4efdd9ac7288 # [email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters