Skip to content

Commit a3f8fae

Browse files
committed
fix(ci): add all files on release
Signed-off-by: Jan Pokorný <[email protected]>
1 parent 38a7f0c commit a3f8fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ if [[ "$new_version" != *"-rc"* ]]; then perl -pi -e "s/^(LATEST_STABLE_AGENTSTA
236236
if gum confirm "Release version $new_version now?"; then
237237
(
238238
set -eux -o pipefail
239-
git add agent-registry.yaml helm/Chart.yaml apps/beeai-{cli,server,sdk-py}/{uv.lock,pyproject.toml} apps/beeai-{ui,web,sdk-ts}/package.json agents/*/uv.lock install.sh
239+
git add .
240240
git commit -m "release: v$new_version"
241241
git tag "v$new_version"
242242
git push --atomic origin main "v$new_version"

0 commit comments

Comments
 (0)