From 896b605d06e30cdb163fd8db4caaaccae16d65d3 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 29 Jan 2025 07:39:22 -0800 Subject: [PATCH] chore(ci): remove JS handling from workflow conditionals --- .github/workflows/chart-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index ac62dc2..d9fcfdb 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -41,7 +41,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v1 - if: ${{ steps.changelog.outputs.tag != '' }} + if: steps.changelog.outputs.tag != '' continue-on-error: true env: GITHUB_TOKEN: ${{ github.token }}