From b73c5e648b0432e4bfcf085b33541c55f3dbe2a1 Mon Sep 17 00:00:00 2001 From: plasmagoat Date: Mon, 9 Jun 2025 15:13:11 +0200 Subject: [PATCH] test --- .forgejo/workflows/single-flow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/single-flow.yml b/.forgejo/workflows/single-flow.yml index 0e51005..3127899 100644 --- a/.forgejo/workflows/single-flow.yml +++ b/.forgejo/workflows/single-flow.yml @@ -60,7 +60,7 @@ jobs: shell: bash - name: Create Forgejo Release - uses: https://code.forgejo.org/sheik/forgejo-release@v2.6.0 + uses: actions/forgejo-release@v2.6.0 with: title: "NixOS Base Image ${{ steps.version.outputs.tag }}" prerelease: ${{ github.ref_type != 'tag' }}