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 5c554d3 commit 67ef4d9Copy full SHA for 67ef4d9
.github/workflows/release.yml
@@ -421,7 +421,7 @@ jobs:
421
/repos/${{ github.repository }}/milestones \
422
| jq --arg version ${{ inputs.nic_version }} -r \
423
'.[] | select(.title == $version) | .number')
424
- if ! ${{ inputs.dry_run }}
+ if ! ${{ inputs.dry_run }}; then
425
gh api --method PATCH -H "Accept: application/vnd.github.v3+json" \
426
/repos/${{ github.repository }}/milestones/${milestone_number} \
427
else
0 commit comments