Skip to content

Commit aeb8cdc

Browse files
committed
chore(ci): fix plugins release workflow
1 parent eb4473b commit aeb8cdc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/marketplace-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
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

3535
jobs:
3636
build-marketplace:

RELEASING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,14 @@ and opens the registry PR without rebuilding the server/UI. Both tag releases
6060
and 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

0 commit comments

Comments
 (0)