Skip to content

Commit

Permalink
FIX: release-github syntax (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Feb 27, 2023
1 parent 6ab9f86 commit f1ea2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-github/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ runs:

- name: "Release to GitHub"
uses: softprops/action-gh-release@v1
if: inputs.dry-run != "false"
if: inputs.dry-run != 'false'
with:
files: |
# Include wheel and source distribution artifacts
Expand Down

0 comments on commit f1ea2b8

Please sign in to comment.