mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
ci: Fix "Release: Create Pull Request" workflow
This commit is contained in:
parent
a15504329b
commit
b2a5f9ca05
5
.github/workflows/release-create-pr.yml
vendored
5
.github/workflows/release-create-pr.yml
vendored
|
@ -41,6 +41,11 @@ jobs:
|
||||||
|
|
||||||
- run: npm install --prefix=.github/scripts --no-package-lock
|
- run: npm install --prefix=.github/scripts --no-package-lock
|
||||||
|
|
||||||
|
- name: Setup corepack and pnpm
|
||||||
|
run: |
|
||||||
|
npm i -g corepack@0.31
|
||||||
|
corepack enable
|
||||||
|
|
||||||
- name: Bump package versions
|
- name: Bump package versions
|
||||||
run: |
|
run: |
|
||||||
echo "NEXT_RELEASE=$(node .github/scripts/bump-versions.mjs)" >> $GITHUB_ENV
|
echo "NEXT_RELEASE=$(node .github/scripts/bump-versions.mjs)" >> $GITHUB_ENV
|
||||||
|
|
Loading…
Reference in a new issue