Skip to content

Commit

Permalink
chore(workflow): add missing install step to unpublish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atabel committed Sep 13, 2024
1 parent b7c6604 commit 2c195e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
with:
token: ${{ secrets.FLOW_GITHUB_TOKEN }}

- name: Install dependencies
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
run: yarn install --immutable --immutable-cache

- name: 'Set npm token'
uses: './.github/actions/set-npm-token'
with:
Expand Down

1 comment on commit 2c195e0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-2l1ixb7h0-flows-projects-65bb050e.vercel.app

Built with commit 2c195e0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.