Skip to content

Commit

Permalink
ci: Remove unnescessary if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
phuongfi91 committed Nov 19, 2024
1 parent 9ff9cc6 commit ff5c6e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ff5c6e3

Please sign in to comment.