From ff5c6e352f2d8a1a09a2a1c6e1755927b5baa766 Mon Sep 17 00:00:00 2001 From: Phuong Nguyen Date: Tue, 19 Nov 2024 15:05:31 +0200 Subject: [PATCH] ci: Remove unnescessary if statement --- .github/workflows/cicd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index fe823ab..efd9116 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -88,7 +88,6 @@ jobs: - name: Publish | Upload to GitHub Release Assets uses: python-semantic-release/publish-action@v9.14.0 - if: steps.release.outputs.released == 'true' with: github_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.release.outputs.tag }}