Skip to content

Commit 344baad

Browse files
committed
fix: add --repo flag to bottle upload for non-checkout job
1 parent fa53377 commit 344baad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
echo "file=${CLEAN_NAME}" >> "$GITHUB_OUTPUT"
144144
145145
- name: Upload bottle to release
146-
run: gh release upload ${{ github.ref_name }} ${{ steps.bottle.outputs.file }}
146+
run: gh release upload ${{ github.ref_name }} ${{ steps.bottle.outputs.file }} --repo ${{ github.repository }}
147147
env:
148148
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
149149

0 commit comments

Comments
 (0)