We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e66377 commit 27cbfbfCopy full SHA for 27cbfbf
.github/workflows/release-publish.yml
@@ -58,6 +58,9 @@ jobs:
58
N8N_FAIL_ON_POPULARITY_FETCH_ERROR: true
59
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
60
61
+ - name: Install script dependencies
62
+ run: pnpm install --frozen-lockfile --dir ./.github/scripts --ignore-workspace
63
+
64
- name: Check for new unpublished packages
65
run: node .github/scripts/detect-new-packages.mjs
66
0 commit comments