mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
Update AutoTag.yml
This commit is contained in:
parent
1084f52ac5
commit
592ab51b50
6
.github/workflows/AutoTag.yml
vendored
6
.github/workflows/AutoTag.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue