Skip to content

Commit 942039e

Browse files
committed
No need to fetch tag etc, see comment
1 parent bb4af29 commit 942039e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
echo "No release found for $TAG."
7979
fi
8080
81+
# Note that since this is a draft the link will be untagged (see https://github.com/cli/cli/issues/11589)
8182
- name: Create draft release
8283
if: ${{ steps.release_info.outputs.tag }}
8384
run: |
84-
git fetch --tags --force
8585
gh release create "${{ steps.release_info.outputs.tag }}" \
8686
--repo "$GITHUB_REPOSITORY" \
8787
--title "${{ steps.release_info.outputs.tag }}" \

0 commit comments

Comments
 (0)