From aaa6961aa6d19b405dd2e837a09ac96ed6ace995 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 23 Mar 2020 15:08:05 +0100 Subject: fix release more --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5967f09d5..c055d113d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 -- cgit v1.2.3