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
env:
version: 24.02.16
version-suffix: alpha
prerelease: true
version: 24.05.05
version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'LiXia' }}
prerelease: ${{ !contains(github.ref_name,'master') }}
steps:
- uses: actions/checkout@v4