We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa53377 commit 344baadCopy full SHA for 344baad
.github/workflows/release.yml
@@ -143,7 +143,7 @@ jobs:
143
echo "file=${CLEAN_NAME}" >> "$GITHUB_OUTPUT"
144
145
- name: Upload bottle to release
146
- run: gh release upload ${{ github.ref_name }} ${{ steps.bottle.outputs.file }}
+ run: gh release upload ${{ github.ref_name }} ${{ steps.bottle.outputs.file }} --repo ${{ github.repository }}
147
env:
148
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
149
0 commit comments