fix(ci): configure git for gitea
Some checks failed
Release / Release (push) Has been cancelled

This commit is contained in:
2026-01-08 12:52:30 +03:00
parent ecf458e70a
commit 0eb97212ff
2 changed files with 4 additions and 1 deletions

View File

@@ -30,6 +30,9 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Configure Git for Gitea
run: |
git config --global url."https://${{ secrets.GITEA_TOKEN }}@git.xenoxindustries.com/".insteadOf "https://git.xenoxindustries.com/"
- name: Release
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}

View File

@@ -10,7 +10,7 @@
}],
[
"@saithodev/semantic-release-gitea", {
"giteaUrl": "https://git.xenoxindustries.com/xenoxindustries"
"giteaUrl": "https://git.xenoxindustries.com"
}
]
]