provide proper url
This commit is contained in:
parent
f34245958e
commit
b8a8a54453
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@ jobs:
|
||||||
- name: semantic release
|
- name: semantic release
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
GITEA_URL: ${GITHUB_SERVER_URL}
|
GITEA_URL: ${{ github.server_url }}
|
||||||
GITEA_TOKEN: ${{ github.token }}
|
GITEA_TOKEN: ${{ github.token }}
|
||||||
PROJECT_URL: ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
|
PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
|
||||||
run: |
|
run: |
|
||||||
npm install \
|
npm install \
|
||||||
@saithodev/semantic-release-gitea \
|
@saithodev/semantic-release-gitea \
|
||||||
|
|
Loading…
Add table
Reference in a new issue