From f0a992f2a51d0cd397c2385e6f7003bc98edb1df Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Mon, 9 Jun 2025 03:15:02 +0200 Subject: [PATCH] override incase of tag trigger --- .forgejo/workflows/build-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml index 3f80fae..6a4fda3 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -136,6 +136,7 @@ jobs: with: title: "NixOS Base Image ${{ steps.version.outputs.tag }}" prerelease: ${{ github.ref_type != 'tag' }} + override: ${{ github.ref_type == 'tag' }} tag: ${{ steps.version.outputs.tag }} direction: upload release-notes: |