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
|
||||
if: ${{ github.ref_type == 'tag' }}
|
||||
uses: actions/forgejo-release@v2.6.0
|
||||
with:
|
||||
title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
|
||||
tag: ${{ steps.version.outputs.tag }}
|
||||
prerelease: ${{ github.ref_type == 'tag' }}
|
||||
direction: upload
|
||||
release-notes: |
|
||||
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