fix release more
This commit is contained in:
parent
f0a5fe8699
commit
aaa6961aa6
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
run: cargo xtask dist --client --version 0.2.$GITHUB_RUN_NUMBER --tag $(date --iso --utc)
|
||||
|
||||
- name: Dist
|
||||
if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/release'
|
||||
if: matrix.os == 'ubuntu-latest' && github.ref != 'refs/heads/release'
|
||||
run: cargo xtask dist --client --version 0.3.$GITHUB_RUN_NUMBER-nightly --tag nightly
|
||||
|
||||
- name: Dist
|
||||
|
Loading…
Reference in New Issue
Block a user