Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chore/storefront-better-preview
Browse files Browse the repository at this point in the history
mimarz authored Sep 7, 2023
2 parents 1213b7f + 28f85e7 commit 972bdea
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/storefront-deploy.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
run: yarn build

- name: Install Vercel CLI
run: yarn global add vercel@latest
run: yarn add vercel@latest

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/storefront-preview.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
run: yarn build

- name: Install Vercel CLI
run: yarn global add vercel@latest
run: yarn add vercel@latest

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/storybook-preview.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
run: yarn build

- name: Install Vercel CLI
run: npm install --global vercel@latest
run: yarn add vercel@latest

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 972bdea

Please sign in to comment.