We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a5fe8 commit aaa6961Copy full SHA for aaa6961
.github/workflows/release.yaml
@@ -53,7 +53,7 @@ jobs:
53
run: cargo xtask dist --client --version 0.2.$GITHUB_RUN_NUMBER --tag $(date --iso --utc)
54
55
- name: Dist
56
- if: matrix.os == 'ubuntu-latest' && github.ref == 'refs/heads/release'
+ if: matrix.os == 'ubuntu-latest' && github.ref != 'refs/heads/release'
57
run: cargo xtask dist --client --version 0.3.$GITHUB_RUN_NUMBER-nightly --tag nightly
58
59
0 commit comments