mirror of
https://github.com/n8n-io/n8n
synced 2026-04-19 13:05:54 +02:00
ci: Install script dependencies before detecting new packages (#28112)
This commit is contained in:
3
.github/workflows/release-publish.yml
vendored
3
.github/workflows/release-publish.yml
vendored
@@ -58,6 +58,9 @@ jobs:
|
||||
N8N_FAIL_ON_POPULARITY_FETCH_ERROR: true
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
|
||||
- name: Install script dependencies
|
||||
run: pnpm install --frozen-lockfile --dir ./.github/scripts --ignore-workspace
|
||||
|
||||
- name: Check for new unpublished packages
|
||||
run: node .github/scripts/detect-new-packages.mjs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user