Skip to content

Commit

Permalink
Experimenting with "with" arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Jan 14, 2024
1 parent 6b11b0e commit 3de6e06
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/create-release-on-branch-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
node-version-file: '.nvmrc'
cache: 'yarn'
registry-url: 'https://npm.pkg.github.com'
always-auth: true
scope: '@danskernesdigitalebibliotek'

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

- name: Build artifacts
run: yarn build
Expand Down

0 comments on commit 3de6e06

Please sign in to comment.