From a1452a79f100bc6af0a323f5d848663118ab89db Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Sun, 8 Jun 2025 03:20:11 +0200 Subject: [PATCH] removed conditional release --- .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 354ebe6..db7b759 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -86,11 +86,11 @@ jobs: # " - name: Create Forgejo Release - if: ${{ github.ref_type == 'tag' }} uses: actions/forgejo-release@v2.6.0 with: title: "NixOS Base Image ${{ steps.version.outputs.tag }}" tag: ${{ steps.version.outputs.tag }} + prerelease: ${{ github.ref_type == 'tag' }} direction: upload release-notes: | This release contains the NixOS base image for Proxmox labeled `${{ steps.version.outputs.tag }}`.