Skip to content

Commit 48f148a

Browse files
kesmit13claude
andcommitted
Add checkout to publish job for gh release create
gh release create requires a git repo to determine the repository context even without --generate-notes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b84d9ea commit 48f148a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ jobs:
172172
url: https://pypi.org/p/singlestoredb
173173

174174
steps:
175+
- uses: actions/checkout@v3
176+
175177
- name: Download Linux wheels and sdist
176178
uses: actions/download-artifact@v4
177179
with:

0 commit comments

Comments
 (0)