ci: update
Release package / release (push) Failing after 2m42s

This commit is contained in:
TakahashiNg
2026-03-22 10:03:18 +00:00
parent 9401058586
commit 6a88d5a0bf
2 changed files with 23 additions and 3 deletions
+22 -2
View File
@@ -29,9 +29,29 @@ jobs:
- uses: actions/setup-node@v6
with:
node-version: 24
node-version: latest
- uses: pnpm/action-setup@v3
with:
version: latest
run_install: false
- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Run Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: npx semantic-release
run: |
pnpm i
pnpm release
+1 -1
View File
@@ -2,7 +2,7 @@
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"release": "semantic-release"
},
"keywords": [],
"author": "DemonKernel",