]> git.lizzy.rs Git - rust.git/commitdiff
fix release more
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 23 Mar 2020 14:08:05 +0000 (15:08 +0100)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 23 Mar 2020 14:08:05 +0000 (15:08 +0100)
.github/workflows/release.yaml

index 5967f09d59b663799aabc3cdd9b7354371b82023..c055d113da2e9bd0b5ad8ec74e69088290babcc1 100644 (file)
@@ -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