Skip to content

Commit 78d5bd5

Browse files
committed
FIX: release-github syntax (#198)
1 parent e041359 commit 78d5bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-github/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ runs:
137137

138138
- name: "Release to GitHub"
139139
uses: softprops/action-gh-release@v1
140-
if: ${{ inputs.dry-run != "false" }}
140+
if: inputs.dry-run != "false"
141141
with:
142142
files: |
143143
# Include wheel and source distribution artifacts

0 commit comments

Comments
 (0)