From 28259ef891536fe5ad068a213f55a7131070709a Mon Sep 17 00:00:00 2001 From: Hugo C <911307+hugocaillard@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:06:25 +0100 Subject: [PATCH] ci: fix clarity repl ci (#1293) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b7d9f5792..519eee6a2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -464,7 +464,6 @@ jobs: dist_clarity_repl: name: Build Clarity REPL Distribution - if: startsWith(github.ref, 'refs/heads/main') && needs.get_release_info.outputs.tag != '' runs-on: ubuntu-latest needs: pre_run defaults: @@ -507,6 +506,7 @@ jobs: path: clarity-repl-${{ env.SHORT_TARGET_NAME }}.tar.gz - name: Publish clarity-repl to crates.io + if: startsWith(github.ref, 'refs/heads/main') && needs.get_release_info.outputs.tag != '' run: | cargo login ${{ secrets.CARGO_CRATES_IO_API_KEY }} cargo publish