Skip to content

Commit

Permalink
Fix CI installation (#292)
Browse files Browse the repository at this point in the history
Follow up to #286.
  • Loading branch information
elidupuis authored Apr 22, 2024
1 parent 6bde3e9 commit 1242a7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-boats-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@showbie/backpack-tokens': patch
---

Another patch to the CI release workflow
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
node-version: 16.x
registry-url: https://npm.pkg.github.com
cache: npm
cache: yarn

# Bypass husky in CI: https://typicode.github.io/husky/how-to.html#ci-server-and-docker
- name: Installing dependencies
run: npm ci
run: yarn install --frozen-lockfile --immutable
env:
HUSKY: 0

Expand Down

0 comments on commit 1242a7e

Please sign in to comment.