Skip to content

Commit

Permalink
Merge pull request #4176 from Shopify/fix-release-workflow
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
gonzaloriestra authored Jul 10, 2024
2 parents ae4fce7 + 3ca0e87 commit f0ed867
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
DEBUG: '1'
SHOPIFY_CLI_ENV: development
SHOPIFY_CONFIG: debug
PNPM_VERSION: '8.7.0'
PNPM_VERSION: '8.15.7'
RUBY_VERSION: '3.1.2'
BUNDLER_VERSION: '2.3.18'

Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shopify-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ env:
DEBUG: '1'
SHOPIFY_CLI_ENV: development
SHOPIFY_CONFIG: debug
PNPM_VERSION: '8.7.0'
PNPM_VERSION: '8.15.7'
BUNDLE_WITHOUT: 'test:development'
SHOPIFY_FLAG_CLIENT_ID: ${{ secrets.SHOPIFY_FLAG_CLIENT_ID }}
SHOPIFY_CLI_PARTNERS_TOKEN: ${{ secrets.SHOPIFY_CLI_PARTNERS_TOKEN }}
Expand Down

0 comments on commit f0ed867

Please sign in to comment.