From bb7f5b88bb500b00fbf7c7712d69befb8059194d Mon Sep 17 00:00:00 2001 From: msojocs Date: Wed, 16 Feb 2022 11:31:06 +0800 Subject: [PATCH] test --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 577fbb7..59e0ce1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: name: 'release-${{ steps.tag.outputs.tag }}' - name: Create release and upload artifacts - if: ! startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/heads/') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |