diff --git a/.forgejo/workflows/single-flow.yml b/.forgejo/workflows/single-flow.yml index e2c2cbc..74be0fc 100644 --- a/.forgejo/workflows/single-flow.yml +++ b/.forgejo/workflows/single-flow.yml @@ -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' }}