Skip to content

Commit aaa6961

Browse files
committed
fix release more
1 parent f0a5fe8 commit aaa6961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: cargo xtask dist --client --version 0.2.$GITHUB_RUN_NUMBER --tag $(date --iso --utc)
5454

5555
- name: Dist
56-
if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/release'
56+
if: matrix.os == 'ubuntu-latest' && github.ref != 'refs/heads/release'
5757
run: cargo xtask dist --client --version 0.3.$GITHUB_RUN_NUMBER-nightly --tag nightly
5858

5959
- name: Dist

0 commit comments

Comments
 (0)