From adf1c1954c8ac98790281f53b48878dbcc5fafa4 Mon Sep 17 00:00:00 2001 From: Andrew Rousset Date: Wed, 22 Jun 2022 04:51:45 +0000 Subject: [PATCH] release artifacts on tags as well --- .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 26dc858..8ed8fec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -274,4 +274,4 @@ jobs: tag_name: ${{ needs.draft-release.outputs.tag_name }} draft: true files: ${{ steps.rename.outputs.LIB_FINAL_PATH }} - if: startsWith(github.ref, 'refs/heads/main') + if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/tags/')