Skip to content

Commit

Permalink
Installing dependencies again after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Apr 19, 2024
1 parent d376b1b commit 6269081
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
${{ runner.os }}-node-
- name: Install node modules
run: npm ci --ignore-scripts
run: npm ci

- name: Download prebuild artifacts from PR
uses: dawidd6/action-download-artifact@d0f291cf39bd21965ea9c4c6e210fc355c3844ed
Expand Down Expand Up @@ -118,6 +118,9 @@ jobs:
submodules: recursive
ref: ${{ steps.find-pull-request.outputs.base-ref }}

- name: Install node modules (again)
run: npm ci

- name: Extract Changelog
run: node scripts/extract-changelog.js ${{ steps.get-version.outputs.version }} > EXTRACTED_CHANGELOG.md

Expand Down

0 comments on commit 6269081

Please sign in to comment.