From 2d77520f7a68d09479ec905f18f363dd489f49cd Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:12:57 +0100 Subject: [PATCH] ci: remove conditional for checking tags Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/workflows/release-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cd.yml b/.github/workflows/release-cd.yml index fbbe192b7..0b52a92ed 100644 --- a/.github/workflows/release-cd.yml +++ b/.github/workflows/release-cd.yml @@ -22,7 +22,7 @@ env: jobs: publish: - if: ${{ github.repository_owner == 'rustic-rs' && github.ref == 'refs/tags/' }} + if: ${{ github.repository_owner == 'rustic-rs' }} name: Publishing ${{ matrix.job.target }} runs-on: ${{ matrix.job.os }} strategy: