chore(ci): repoint registry/git/cargo meghsakha.com -> breakpilot.com (#7)
ci / shared (push) Successful in 11s
ci / validate (push) Successful in 4s

This commit was merged in pull request #7.
This commit is contained in:
2026-08-06 09:06:11 +00:00
parent 6be727d404
commit 734571409e
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
curl -X POST -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \ curl -X POST -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d "$(jq -Rs '{tag_name:"v${{ steps.v.outputs.version }}", name:"v${{ steps.v.outputs.version }}", body:.}' < RELEASE_NOTES.md)" \ -d "$(jq -Rs '{tag_name:"v${{ steps.v.outputs.version }}", name:"v${{ steps.v.outputs.version }}", body:.}' < RELEASE_NOTES.md)" \
https://gitea.meghsakha.com/api/v1/repos/${{ github.repository }}/releases https://git.breakpilot.com/api/v1/repos/${{ github.repository }}/releases
rollback-on-failure: rollback-on-failure:
needs: promote needs: promote