From fe2c218a0924022fa9c0e94c160fd3a101463e52 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sun, 2 Jul 2023 11:09:41 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20Update=20cd.yml=20to=20only=20cargo=20?= =?UTF-8?q?publish=20on=20tags=20=E2=99=BB=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5aa66a2d..fe87201c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -117,6 +117,7 @@ jobs: args: --release - name: Publish + if: startsWith(github.ref, 'refs/tags/') uses: actions-rs/cargo@v1 with: command: publish