mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 03:23:57 +08:00
chore: Disable automatic alpha tag update in workflow
This commit is contained in:
parent
2b534e0d51
commit
33f199fcd2
15
.github/workflows/alpha.yml
vendored
15
.github/workflows/alpha.yml
vendored
@ -2,9 +2,6 @@ name: Alpha Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
tags-ignore: [updater, alpha]
|
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
env:
|
env:
|
||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
@ -327,12 +324,12 @@ jobs:
|
|||||||
echo "BUILDTIME=$(TZ=Asia/Shanghai date)" >> $GITHUB_ENV
|
echo "BUILDTIME=$(TZ=Asia/Shanghai date)" >> $GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Update Tag
|
# - name: Update Tag
|
||||||
uses: richardsimko/update-tag@v1
|
# uses: richardsimko/update-tag@v1
|
||||||
with:
|
# with:
|
||||||
tag_name: alpha
|
# tag_name: alpha
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
cat > release.txt << 'EOF'
|
cat > release.txt << 'EOF'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user