feat: Support Both Stable and Alpha Version (#47)
This commit is contained in:
committed by
GitHub
Unverified
parent
b10c1d5006
commit
2b646636c1
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- v**
|
||||
|
||||
permissions: write-all
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
RUST_BACKTRACE: short
|
||||
|
||||
2
.github/workflows/updater.yml
vendored
2
.github/workflows/updater.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Updater CI
|
||||
|
||||
on: workflow_dispatch
|
||||
|
||||
permissions: write-all
|
||||
jobs:
|
||||
release-update:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user