From 8d237869db28fd8d6ca9bfcb3f85c7851a2f066d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 3 Jul 2021 14:59:18 -1000 Subject: [PATCH] ;ci: release: fix action-gh-release not running ? --- .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 22b495a1c..5422a1ff9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,6 @@ jobs: - name: Create Release (softprops/action-gh-release) uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: startsWith(github.ref, 'refs/tags/')