diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index edbcca9..651e490 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -32,7 +32,7 @@ jobs: - name: Build run: | - task build VERSION=${{ github.ref_name }} + task build VERSION=${{ github.event.inputs.version }} # - name: Upload Release Asset # uses: actions/upload-release-asset@v1 @@ -48,6 +48,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} direction: upload + tag: ${{ github.event.inputs.version }} url: https://gitea.ceperka.net release-dir: bin/ release-notes-assistant: true