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' }}