mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-11 08:23:22 +08:00
🔨 更新构建脚本
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
runs-on: ${{ matrix.settings.platform }}
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
APP_VERSION: ${{ github.sha }}
|
||||
APP_VERSION: ${{ github.ref_name }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
- name: setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 10.32.1
|
||||
version: 10.33.0
|
||||
- name: Install frontend dependencies
|
||||
run: pnpm install
|
||||
- name: Setup sentry-cli
|
||||
|
||||
Reference in New Issue
Block a user