Skip to content

Commit b121047

Browse files
committed
Installing deps after the new checkout
1 parent e09b658 commit b121047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-package-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ jobs:
142142
submodules: recursive
143143
ref: ${{ steps.find-pull-request.outputs.base-ref }}
144144

145+
- name: Install node modules
146+
run: npm ci --ignore-scripts
147+
145148
- name: Extract Changelog
146149
run: node scripts/extract-changelog.js ${{ steps.get-version.outputs.version }} ${{ github.workspace }}/${{ env.PACKAGE_PATH }}/CHANGELOG.md > EXTRACTED_CHANGELOG.md
147150

0 commit comments

Comments
 (0)