From db773f7ad607628494ae4458d93e06dbd5a631ff Mon Sep 17 00:00:00 2001 From: Peter Pihlmann Pedersen Date: Mon, 16 Sep 2024 15:18:28 +0200 Subject: [PATCH] Update publish.yml --- .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 5be90aa..6b79d0d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: id-token: write needs: [build] runs-on: ubuntu-latest - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') + if: github.event_name == 'push' steps: - uses: actions/download-artifact@v4 with: