We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8477b9e commit 743b979Copy full SHA for 743b979
1 file changed
.github/workflows/nightly.yml
@@ -94,6 +94,7 @@ jobs:
94
GH_REPO: ${{ github.repository }}
95
run: |
96
gh release create "${{ needs.prepare.outputs.tag }}" zips/*.zip \
97
+ --repo "$GH_REPO" \
98
--title "Nightly - ${{ needs.prepare.outputs.tag }}" \
99
--notes "Automated nightly build.
100
Commit: ${{ github.sha }}
@@ -106,4 +107,4 @@ jobs:
106
107
env:
108
GH_TOKEN: ${{ github.token }}
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