Skip to content

Commit

Permalink
chore: fixing release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 23, 2023
1 parent 3be81dc commit a30266f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ jobs:
release-github:
name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@main
if: steps.release.outputs.released == 'true'
if: ${{ always() && contains(join(needs.*.result, ','), 'success') }}
needs: [release, build-package]

0 comments on commit a30266f

Please sign in to comment.