chore: Disable automatic alpha tag update in workflow

This commit is contained in:
wonfen 2025-02-20 14:25:58 +08:00
parent 2650aa845f
commit 2b01857d15

View File

@ -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'