From b90cdcd0a63ae8fd27fc51a1caaca2262835e08d Mon Sep 17 00:00:00 2001 From: stynoo <17745813+stynoo@users.noreply.github.com> Date: Sun, 15 Dec 2024 21:51:17 +0100 Subject: [PATCH] build-publish.yml: remove double condition --- .github/workflows/build-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 6a011e8..ff90246 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -68,7 +68,6 @@ jobs: path: dist/ - name: Release uses: fnkr/github-action-ghr@v1 - if: startsWith(github.ref, 'refs/tags/') env: GHR_PATH: dist/ GHR_REPLACE: true