We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09b658 commit b121047Copy full SHA for b121047
.github/workflows/publish-package-release.yml
@@ -142,6 +142,9 @@ jobs:
142
submodules: recursive
143
ref: ${{ steps.find-pull-request.outputs.base-ref }}
144
145
+ - name: Install node modules
146
+ run: npm ci --ignore-scripts
147
+
148
- name: Extract Changelog
149
run: node scripts/extract-changelog.js ${{ steps.get-version.outputs.version }} ${{ github.workspace }}/${{ env.PACKAGE_PATH }}/CHANGELOG.md > EXTRACTED_CHANGELOG.md
150
0 commit comments