diff --git a/.gitea/workflows/analyze_and_publish.yml b/.gitea/workflows/analyze_and_publish.yml index 6add7c1..08122d6 100644 --- a/.gitea/workflows/analyze_and_publish.yml +++ b/.gitea/workflows/analyze_and_publish.yml @@ -61,7 +61,7 @@ jobs: uses: akkuman/gitea-release-action@v1 with: tag_name: ${{steps.gitversion.outputs.SemVer}} - release_name: ${{steps.gitversion.outputs.SemVer}} + name: ${{steps.gitversion.outputs.SemVer}} files: |- cdl_downloader_${{steps.gitversion.outputs.SemVer}}.tar.gz cdl_downloader_${{steps.gitversion.outputs.SemVer}}.zip