From 58cc72d64ca7cdd53223c24b2fe7385ffa0ecc88 Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Mon, 9 Jun 2025 18:20:05 +0200 Subject: [PATCH] if this works... --- .forgejo/workflows/full-single.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/full-single.yml b/.forgejo/workflows/full-single.yml index a701ca4..961a0aa 100644 --- a/.forgejo/workflows/full-single.yml +++ b/.forgejo/workflows/full-single.yml @@ -163,7 +163,7 @@ jobs: shell: bash - name: Create Forgejo Release - uses: actions/forgejo-release@v1 + uses: https://github.com/actions/create-release@v1 with: title: "NixOS Base Image ${{ steps.version.outputs.tag }}" prerelease: ${{ github.ref_type != 'tag' }}