From 6e5dc26257ea44d5a6220aa576d801bef69be01e Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Wed, 13 Sep 2023 21:55:30 +0200 Subject: [PATCH] fix release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d81395..a706460 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: publish_dir: ./public - name: Release - if: startsWith(github.ref, 'refs/tags/v') && github.ref_name == 'main' + if: startsWith(github.ref, 'refs/tags/v') uses: softprops/action-gh-release@v1 with: files: |