This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -30,6 +30,9 @@ jobs:
|
|||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
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
|
- name: Release
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
}],
|
}],
|
||||||
[
|
[
|
||||||
"@saithodev/semantic-release-gitea", {
|
"@saithodev/semantic-release-gitea", {
|
||||||
"giteaUrl": "https://git.xenoxindustries.com/xenoxindustries"
|
"giteaUrl": "https://git.xenoxindustries.com"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user