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
|
||||
shell: bash
|
||||
env:
|
||||
GITEA_URL: ${GITHUB_SERVER_URL}
|
||||
GITEA_URL: ${{ github.server_url }}
|
||||
GITEA_TOKEN: ${{ github.token }}
|
||||
PROJECT_URL: ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
|
||||
PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
|
||||
run: |
|
||||
npm install \
|
||||
@saithodev/semantic-release-gitea \
|
||||
|
|
Loading…
Add table
Reference in a new issue