Skip to content

Commit

Permalink
Installing deps after the new checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed May 30, 2024
1 parent e09b658 commit b121047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ jobs:
submodules: recursive
ref: ${{ steps.find-pull-request.outputs.base-ref }}

- name: Install node modules
run: npm ci --ignore-scripts

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

Expand Down

0 comments on commit b121047

Please sign in to comment.