mirror of
https://github.com/unraid/api.git
synced 2025-12-21 00:29:38 -06:00
chore: remove pnpm setup step from release workflow
This commit is contained in:
6
.github/workflows/release-production.yml
vendored
6
.github/workflows/release-production.yml
vendored
@@ -28,15 +28,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
latest: true
|
latest: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
- uses: pnpm/action-setup@v4
|
|
||||||
name: Install pnpm
|
|
||||||
with:
|
|
||||||
version: latest
|
|
||||||
run_install: false
|
|
||||||
- uses: actions/setup-node@v5
|
- uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
cache: 'pnpm'
|
|
||||||
- run: |
|
- run: |
|
||||||
cat << 'EOF' > release-notes.txt
|
cat << 'EOF' > release-notes.txt
|
||||||
${{ steps.release-info.outputs.body }}
|
${{ steps.release-info.outputs.body }}
|
||||||
|
|||||||
Reference in New Issue
Block a user