This commit is contained in:
plasmagoat 2025-06-09 15:52:01 +02:00
parent 837edbd42b
commit 135806b5d8

View file

@ -55,12 +55,12 @@ jobs:
ls -l /var/run/act/actions/
ls -l /var/run/act/actions/https---code.forgejo.org-sheik-forgejo-release@v2.6.0/forgejo-release.sh
echo "--- Running forgejo-release.sh with bash -x for more verbose output ---"
/bin/bash -x /var/run/act/actions/https---code.forgejo.org-sheik-forgejo-release@v2.6.0/forgejo-release.sh || true
# /bin/bash -x /var/run/act/actions/https---code.forgejo.org-sheik-forgejo-release@v2.6.0/forgejo-release.sh || true
# The '|| true' allows the workflow to continue even if this fails
shell: bash
- name: Create Forgejo Release
uses: actions/forgejo-release
uses: actions/forgejo-release@v2
with:
title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
prerelease: ${{ github.ref_type != 'tag' }}