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 }}