diff --git a/.forgejo/workflows/full-single.yml b/.forgejo/workflows/full-single.yml index 7560058..8ff155d 100644 --- a/.forgejo/workflows/full-single.yml +++ b/.forgejo/workflows/full-single.yml @@ -148,7 +148,7 @@ jobs: # echo "EOF" >> $GITHUB_OUTPUT - name: Create Forgejo Release - uses: action/forgejo-release@v2 + uses: actions/forgejo-release@v2 with: title: "NixOS Base Image ${{ steps.version.outputs.tag }}" prerelease: ${{ github.ref_type != 'tag' }}