Skip to content

Commit 72b2e3e

Browse files
kesmit13claude
andcommitted
Remove checkout and --generate-notes from publish job
gh release create doesn't need a git repo when not generating notes. Use --notes "" for empty release body with just assets attached. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0d8ef25 commit 72b2e3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ jobs:
197197
run: |
198198
gh release create "${{ github.ref_name }}" \
199199
--prerelease \
200-
--generate-notes \
201200
--title "${{ github.ref_name }}" \
201+
--notes "" \
202202
dist/*
203203
204204
- name: Upload assets to existing Release

0 commit comments

Comments
 (0)