override incase of tag trigger
All checks were successful
Build & Upload NixOS Proxmox Image / Build NixOS Base Image (push) Successful in 2m11s
Build & Upload NixOS Proxmox Image / Release Image (push) Successful in 15s

This commit is contained in:
plasmagoat 2025-06-09 03:15:02 +02:00
parent e276928862
commit f0a992f2a5

View file

@ -136,6 +136,7 @@ jobs:
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' }}
override: ${{ github.ref_type == 'tag' }}
tag: ${{ steps.version.outputs.tag }} tag: ${{ steps.version.outputs.tag }}
direction: upload direction: upload
release-notes: | release-notes: |