Skip to content

Commit c18e2aa

Browse files
committed
Add repository parameter to GitHub release creation step
1 parent d2a2d00 commit c18e2aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ jobs:
342342
GH_TOKEN: ${{ github.token }}
343343
run: |
344344
gh release create "$GITHUB_REF_NAME" dist/*.tar.gz \
345+
--repo "$GITHUB_REPOSITORY" \
345346
--title "$GITHUB_REF_NAME" \
346347
--generate-notes \
347348
--verify-tag

0 commit comments

Comments
 (0)