Update AutoTag.yml

This commit is contained in:
shenleban tongying 2024-05-05 08:33:59 -04:00 committed by GitHub
parent 1084f52ac5
commit 592ab51b50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,9 +22,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
version: 24.02.16 version: 24.05.05
version-suffix: alpha version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'LiXia' }}
prerelease: true prerelease: ${{ !contains(github.ref_name,'master') }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4