diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml index cd899a0..85e941a 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -169,7 +169,7 @@ jobs: - name: Create Forgejo Release uses: https://code.forgejo.org/sheik/forgejo-release@v2.6.0 with: - title: "NixOS Base Image ${{ steps.version.outputs.tag }}" + title: "NixOS Base Image ${{ steps.version.outputs.tag_name }}" prerelease: ${{ github.ref_type != 'tag' }} tag: ${{ steps.version.outputs.tag_name }} direction: upload