Skip to content

Commit

Permalink
Trying to fix dependency perm problem
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Jan 14, 2024
1 parent aab6c2d commit 45dccf8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-release-on-branch-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
cache: 'yarn'
registry-url: 'https://npm.pkg.github.com'

- run: yarn install --frozen-lockfile
- name: Install dependencies
run: |
yarn config set registry https://npm.pkg.github.com
yarn install --frozen-lockfile
- name: Build artifacts
run: yarn build
Expand Down

0 comments on commit 45dccf8

Please sign in to comment.