override tag
This commit is contained in:
parent
36544d0e61
commit
2da703d938
1 changed files with 2 additions and 1 deletions
|
|
@ -132,9 +132,10 @@ jobs:
|
|||
uses: https://code.forgejo.org/sheik/forgejo-release@v2.6.0
|
||||
with:
|
||||
title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
|
||||
prerelease: ${{ github.ref_type == 'tag' }}
|
||||
prerelease: ${{ github.ref_type != 'tag' }}
|
||||
tag: ${{ steps.version.outputs.tag }}
|
||||
direction: upload
|
||||
override: true
|
||||
release-notes: |
|
||||
This release contains the NixOS base image for Proxmox labeled `${{ steps.version.outputs.tag }}`.
|
||||
release-dir: "${{ steps.artifact.outputs.download-path }}/nix-support"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue