2 parents 6f00f58 + 5f3a8d4 commit 5047058Copy full SHA for 5047058
1 file changed
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
env:
94
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95
run: |
96
- gh release delete "${{ github.ref_name }}" --yes 2>$null
+ gh release delete "${{ github.ref_name }}" --repo NDBlockConnect/AprismRefract --yes 2>$null
97
exit 0
98
99
- name: Create Pre-Release
@@ -129,4 +129,4 @@ jobs:
129
--certificate-oidc-issuer https://token.actions.githubusercontent.com
130
``````
131
"@
132
- gh release create $ver dist/* --prerelease --title $ver --notes $notes
+ gh release create $ver dist/* --prerelease --title $ver --notes $notes --repo NDBlockConnect/AprismRefract
0 commit comments