We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4af29 commit 942039eCopy full SHA for 942039e
1 file changed
.github/workflows/release.yml
@@ -78,10 +78,10 @@ jobs:
78
echo "No release found for $TAG."
79
fi
80
81
+ # Note that since this is a draft the link will be untagged (see https://github.com/cli/cli/issues/11589)
82
- name: Create draft release
83
if: ${{ steps.release_info.outputs.tag }}
84
run: |
- git fetch --tags --force
85
gh release create "${{ steps.release_info.outputs.tag }}" \
86
--repo "$GITHUB_REPOSITORY" \
87
--title "${{ steps.release_info.outputs.tag }}" \
0 commit comments