chore: added server url as variable
All checks were successful
Coding Quality / Build and analyze (pull_request) Successful in 1m44s
All checks were successful
Coding Quality / Build and analyze (pull_request) Successful in 1m44s
This commit is contained in:
@@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
server_url: https://git.arthurerlich.de
|
server_url: ${{ SERVER_URL }}
|
||||||
tag_name: ${{ steps.changelog.outputs.version }}
|
tag_name: ${{ steps.changelog.outputs.version }}
|
||||||
name: "Release ${{ steps.changelog.outputs.version }}"
|
name: "Release ${{ steps.changelog.outputs.version }}"
|
||||||
body: ${{ steps.changelog.outputs.description }}
|
body: ${{ steps.changelog.outputs.description }}
|
||||||
|
|||||||
Reference in New Issue
Block a user