mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
Squashed commit of the following:
commit 8928e6438277995f7167e400d4d77657a0ab0113 Author: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Fri Jul 25 18:25:13 2025 +0800 feat: add release step to development workflow for versioning commit 14085c4f7c8943669fdacae3bd2b6a07c0c0389a Author: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Fri Jul 25 18:19:36 2025 +0800 feat: add release commands for autobuild and deploytest to package.json and update version script
This commit is contained in:
5
.github/workflows/dev.yml
vendored
5
.github/workflows/dev.yml
vendored
@@ -21,6 +21,8 @@ on:
|
||||
|
||||
permissions: write-all
|
||||
env:
|
||||
TAG_NAME: deploytest
|
||||
TAG_CHANNEL: DeployTest
|
||||
CARGO_INCREMENTAL: 0
|
||||
RUST_BACKTRACE: short
|
||||
concurrency:
|
||||
@@ -88,6 +90,9 @@ jobs:
|
||||
pnpm i
|
||||
pnpm run prebuild ${{ matrix.target }}
|
||||
|
||||
- name: Release ${{ env.TAG_CHANNEL }} Version
|
||||
run: pnpm release-version ${{ env.TAG_NAME }}
|
||||
|
||||
- name: Tauri build
|
||||
if: github.event.inputs[matrix.input] == 'true'
|
||||
uses: tauri-apps/tauri-action@v0
|
||||
|
||||
Reference in New Issue
Block a user