From 95d6cedbee9911fe859de81fb2c4c126d6190d7a Mon Sep 17 00:00:00 2001 From: SamBroomy <36888606+SamBroomy@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:13:42 +0000 Subject: [PATCH] try again --- .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 7224ffb..297e2e8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -67,7 +67,7 @@ jobs: needs: test permissions: id-token: write - if: github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.ref, 'refs/tags/v') + if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4