fix release
This commit is contained in:
parent
7b07258411
commit
4f49131c09
1 changed files with 7 additions and 7 deletions
|
|
@ -85,13 +85,13 @@ jobs:
|
|||
# ls -tp nixos-base-image-*.vma.zst | grep -v '/$' | tail -n +6 | xargs -r rm --
|
||||
# "
|
||||
|
||||
- name: Create Forgejo Release (optional)
|
||||
- name: Create Forgejo Release
|
||||
if: ${{ github.ref_type == 'tag' }}
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: actions/forgejo-release@v2.6.0
|
||||
with:
|
||||
name: "NixOS Base Image ${{ steps.version.outputs.tag }}"
|
||||
tag_name: ${{ steps.version.outputs.tag }}
|
||||
body: |
|
||||
title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
|
||||
tag: ${{ steps.version.outputs.tag }}
|
||||
direction: upload
|
||||
release-notes: |
|
||||
This release contains the NixOS base image for Proxmox labeled `${{ steps.version.outputs.tag }}`.
|
||||
files: |
|
||||
result/vm-image.vma.zst
|
||||
release-dir: results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue