Skip to content

Commit 252759f

Browse files
committed
ci: fix mise release
Signed-off-by: Jan Pokorný <JenomPokorny@gmail.com>
1 parent 277e8ea commit 252759f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

agent-registry.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
providers:
22
# Official
3-
- location: ghcr.io/i-am-bee/beeai-platform/official/sequential-workflow:v0.2.15-rc8
4-
- location: ghcr.io/i-am-bee/beeai-platform/official/beeai-framework/chat:v0.2.15-rc8
3+
- location: ghcr.io/i-am-bee/beeai-platform/official/sequential-workflow:v0.2.15
4+
- location: ghcr.io/i-am-bee/beeai-platform/official/beeai-framework/chat:v0.2.15
55
# Community
6-
- location: ghcr.io/i-am-bee/beeai-platform/community/aider:v0.2.15-rc8
7-
- location: ghcr.io/i-am-bee/beeai-platform/community/gpt-researcher:v0.2.15-rc8
6+
- location: ghcr.io/i-am-bee/beeai-platform/community/aider:v0.2.15
7+
- location: ghcr.io/i-am-bee/beeai-platform/community/gpt-researcher:v0.2.15

tasks.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,14 @@ yq -i ".providers[].location |= sub(\":(.*)\$\"; \":v\" + \"$new_version\")" age
229229
if gum confirm "Release version $new_version now?"; then
230230
(
231231
set -eux -o pipefail
232-
git add helm/Chart.yaml apps/beeai-{cli,server}/{uv.lock,pyproject.toml} apps/beeai-{ui,web}/package.json
232+
git add agent-registry.yaml helm/Chart.yaml apps/beeai-{cli,server}/{uv.lock,pyproject.toml} apps/beeai-{ui,web}/package.json
233233
git commit -m "release: v$new_version"
234234
git tag "v$new_version"
235235
git push --atomic origin main "v$new_version"
236236
)
237237
if gum confirm "Follow GitHub Action? (Requires gh CLI.)"; then
238238
gum spin --title="Waiting for GitHub Action to start..." sleep 10
239-
gh run watch $(gh run list --workflow=Release --branch=v$new_version --limit=1 --json databaseId,status -q '.[0].databaseId')
239+
gh run watch $(gh run list --workflow=Release --branch=v$new_version --limit=1 --json databaseId,status -q '.[0].databaseId') || true
240240
fi
241241
fi
242242
'''

0 commit comments

Comments
 (0)