Skip to content

Commit 5047058

Browse files
Merge branch 'main' into liteloader
2 parents 6f00f58 + 5f3a8d4 commit 5047058

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
env:
9494
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9595
run: |
96-
gh release delete "${{ github.ref_name }}" --yes 2>$null
96+
gh release delete "${{ github.ref_name }}" --repo NDBlockConnect/AprismRefract --yes 2>$null
9797
exit 0
9898
9999
- name: Create Pre-Release
@@ -129,4 +129,4 @@ jobs:
129129
--certificate-oidc-issuer https://token.actions.githubusercontent.com
130130
``````
131131
"@
132-
gh release create $ver dist/* --prerelease --title $ver --notes $notes
132+
gh release create $ver dist/* --prerelease --title $ver --notes $notes --repo NDBlockConnect/AprismRefract

0 commit comments

Comments
 (0)