ci: Fix "Release: Create Pull Request" workflow

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2025-02-03 15:03:42 +01:00
parent a15504329b
commit b2a5f9ca05
No known key found for this signature in database

View file

@ -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