From c5ed1e44967a3bf066d068ddd28252855c74ebc2 Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Mon, 9 Jun 2025 21:25:09 +0200 Subject: [PATCH] title --- .forgejo/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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