fix project url
This commit is contained in:
parent
916025df82
commit
f360920e21
2 changed files with 3 additions and 1 deletions
|
@ -18,6 +18,8 @@ jobs:
|
|||
|
||||
- name: semantic release
|
||||
shell: bash
|
||||
env:
|
||||
PROJECT_URL: ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
|
||||
run: |
|
||||
npm install \
|
||||
@saithodev/semantic-release-gitea \
|
||||
|
|
|
@ -41,6 +41,6 @@ module.exports = {
|
|||
"issuePrefixes": [
|
||||
"#"
|
||||
],
|
||||
"issueUrlFormat": `${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/issues/{{id}}`
|
||||
"issueUrlFormat": `${PROJECT_URL}/issues/{{id}}`
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue