fix project url

This commit is contained in:
Oliver Lippert 2024-01-31 23:49:16 +01:00
parent 916025df82
commit f360920e21
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3
2 changed files with 3 additions and 1 deletions

View file

@ -18,6 +18,8 @@ jobs:
- name: semantic release - name: semantic release
shell: bash shell: bash
env:
PROJECT_URL: ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
run: | run: |
npm install \ npm install \
@saithodev/semantic-release-gitea \ @saithodev/semantic-release-gitea \

View file

@ -41,6 +41,6 @@ module.exports = {
"issuePrefixes": [ "issuePrefixes": [
"#" "#"
], ],
"issueUrlFormat": `${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/issues/{{id}}` "issueUrlFormat": `${PROJECT_URL}/issues/{{id}}`
} }
} }