Skip to content

Commit 27cbfbf

Browse files
ci: Install script dependencies before detecting new packages (backport to 1.x) (#28114)
Co-authored-by: Matsu <huhta.matias@gmail.com>
1 parent 6e66377 commit 27cbfbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
N8N_FAIL_ON_POPULARITY_FETCH_ERROR: true
5959
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
6060

61+
- name: Install script dependencies
62+
run: pnpm install --frozen-lockfile --dir ./.github/scripts --ignore-workspace
63+
6164
- name: Check for new unpublished packages
6265
run: node .github/scripts/detect-new-packages.mjs
6366

0 commit comments

Comments
 (0)