From 4e24a4687558bb5512c43e428d9d72dc4ef50717 Mon Sep 17 00:00:00 2001 From: lgrcia <20612771+lgrcia@users.noreply.github.com> Date: Wed, 13 Mar 2024 15:03:41 -0400 Subject: [PATCH] ci: add publish condition --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1ab580d..62a8587 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: id-token: write needs: [tests, build] runs-on: ubuntu-latest - # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') + if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') steps: - uses: actions/download-artifact@v4 with: