mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 13:30:31 +08:00
feat: rename job and update release tag for autobuild process
This commit is contained in:
parent
1bcb6646c4
commit
1d77bc57df
5
.github/workflows/autobuild.yml
vendored
5
.github/workflows/autobuild.yml
vendored
@ -16,6 +16,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
check_commit:
|
||||
name: Check Commit Needs Build
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
should_run: ${{ steps.check.outputs.should_run }}
|
||||
@ -414,8 +415,8 @@ jobs:
|
||||
- name: Upload Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: alpha
|
||||
name: "Clash Verge Rev Alpha"
|
||||
tag_name: autobuild
|
||||
name: "Clash Verge Rev AutoBuild"
|
||||
prerelease: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user