override tag

This commit is contained in:
plasmagoat 2025-06-09 02:22:01 +02:00
parent 36544d0e61
commit 2da703d938

View file

@ -132,9 +132,10 @@ jobs:
uses: https://code.forgejo.org/sheik/forgejo-release@v2.6.0 uses: https://code.forgejo.org/sheik/forgejo-release@v2.6.0
with: with:
title: "NixOS Base Image ${{ steps.version.outputs.tag }}" title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
prerelease: ${{ github.ref_type == 'tag' }} prerelease: ${{ github.ref_type != 'tag' }}
tag: ${{ steps.version.outputs.tag }} tag: ${{ steps.version.outputs.tag }}
direction: upload direction: upload
override: true
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 }}`.
release-dir: "${{ steps.artifact.outputs.download-path }}/nix-support" release-dir: "${{ steps.artifact.outputs.download-path }}/nix-support"