We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0392eb commit dc1539dCopy full SHA for dc1539d
.github/workflows/new-release.yml
@@ -38,7 +38,7 @@ jobs:
38
exit 1
39
fi
40
41
- FLAGS="-are-you-sure='${{ inputs.are-you-sure }}'"
+ FLAGS="-are-you-sure=${{ inputs.are-you-sure }}"
42
43
# Add version flag if provided
44
if [ -n "${{ inputs.version }}" ]; then
0 commit comments