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
|
- 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 \
|
||||||
|
|
|
@ -41,6 +41,6 @@ module.exports = {
|
||||||
"issuePrefixes": [
|
"issuePrefixes": [
|
||||||
"#"
|
"#"
|
||||||
],
|
],
|
||||||
"issueUrlFormat": `${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/issues/{{id}}`
|
"issueUrlFormat": `${PROJECT_URL}/issues/{{id}}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue