[LOCAL] Fix double quotes for inputs.dry_run

This commit is contained in:
Nicola Corti
2024-06-18 17:00:34 +01:00
parent 56e1c8bfdd
commit 03591318fb
+1 -1
View File
@@ -39,7 +39,7 @@ runs:
git tag -a "latest" -m "latest"
- name: Pushing release commit
shell: bash
if: ${{ inputs.dry_run == "false" }}
if: ${{ inputs.dry_run == 'false' }}
run: |
CURR_BRANCH="$(git branch --show-current)"
git push origin "$CURR_BRANCH" --follow-tags