ci: remove url from release action step

This commit is contained in:
Sven Vogel 2024-11-25 11:49:52 +01:00
parent 44d995fd28
commit a0c38903ce
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ jobs:
git push ${{github.repositoryUrl}} $(cat Version.txt) git push ${{github.repositoryUrl}} $(cat Version.txt)
- name: Create release - name: Create release
id: create-release id: create-release
uses: https://gitea.com/actions/release-action@main uses: release-action@main
with: with:
files: |- files: |-
Example.pdf Example.pdf