removed conditional release
This commit is contained in:
parent
89fcf13785
commit
a1452a79f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue