removed conditional release

This commit is contained in:
plasmagoat 2025-06-08 03:20:11 +02:00
parent 89fcf13785
commit a1452a79f1

View file

@ -86,11 +86,11 @@ jobs:
# " # "
- name: Create Forgejo Release - name: Create Forgejo Release
if: ${{ github.ref_type == 'tag' }}
uses: actions/forgejo-release@v2.6.0 uses: actions/forgejo-release@v2.6.0
with: with:
title: "NixOS Base Image ${{ steps.version.outputs.tag }}" title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
tag: ${{ steps.version.outputs.tag }} tag: ${{ steps.version.outputs.tag }}
prerelease: ${{ github.ref_type == 'tag' }}
direction: upload direction: upload
release-notes: | release-notes: |
This release contains the NixOS base image for Proxmox labeled `${{ steps.version.outputs.tag }}`. This release contains the NixOS base image for Proxmox labeled `${{ steps.version.outputs.tag }}`.