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 }}`.