Skip to content

Commit

Permalink
Fix release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Conchylicultor committed May 16, 2022
1 parent 6b2cf16 commit 33778c4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,9 @@ runs:
with:
pypi-token: ${{ inputs.pypi-token }}
# TODO(epot):
# * Auto set the body
# * Skip release if `inputs.release=False`
# token: ${{ secrets.GITHUB_TOKEN }}
# TODO(epot): Auto set the body
- if: |
inputs.release-body
inputs.gh-token
&& steps.compare-version.outputs.should-release == 'true'
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 33778c4

Please sign in to comment.