File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3030 MINISIGN_DEB_URL : " http://launchpadlibrarian.net/780165111/minisign_0.12-1_amd64.deb"
3131 MARKETPLACE_VERSION : ${{ inputs.version }}
3232 RELEASE_TAG : ${{ inputs.release_tag }}
33- REGISTRY_BASE_URL : ${{ inputs.registry_base_url || format( 'https://{0}.github.io/streamkit/ registry', github.repository_owner) }}
33+ REGISTRY_BASE_URL : ${{ inputs.registry_base_url || 'https://streamkit.dev/ registry' }}
3434
3535jobs :
3636 build-marketplace :
Original file line number Diff line number Diff line change @@ -60,11 +60,14 @@ and opens the registry PR without rebuilding the server/UI. Both tag releases
6060and marketplace-only releases share the same reusable marketplace workflow
6161(` .github/workflows/marketplace-build.yml ` ).
6262
63+ Ensure "Allow GitHub Actions to create and approve pull requests" is enabled
64+ in repo settings so the registry PR can be opened automatically.
65+
6366### Verify outputs
6467
6568- GitHub Release includes ` *-bundle.tar.zst ` assets.
6669- Registry metadata is published after merging the registry PR:
67- ` https://<org>.github.io/ streamkit/registry/index.json ` .
70+ ` https://streamkit.dev /registry/index.json ` .
6871- Verify a manifest signature:
6972
7073``` bash
You can’t perform that action at this time.
0 commit comments