Skip to content

Commit 743b979

Browse files
committed
Update nightly.yml
1 parent 8477b9e commit 743b979

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
GH_REPO: ${{ github.repository }}
9595
run: |
9696
gh release create "${{ needs.prepare.outputs.tag }}" zips/*.zip \
97+
--repo "$GH_REPO" \
9798
--title "Nightly - ${{ needs.prepare.outputs.tag }}" \
9899
--notes "Automated nightly build.
99100
Commit: ${{ github.sha }}
@@ -106,4 +107,4 @@ jobs:
106107
env:
107108
GH_TOKEN: ${{ github.token }}
108109
run: |
109-
gh release edit "${{ needs.prepare.outputs.tag }}" --draft=false --prerelease
110+
gh release edit "${{ needs.prepare.outputs.tag }}" --draft=false --prerelease --repo "$GH_REPO"

0 commit comments

Comments
 (0)