This commit is contained in:
MartinBraquet
2025-12-15 00:01:00 +02:00
parent 7dfec75ac0
commit d112d4e739
2 changed files with 2 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ yarn build-web-view
echo npx @capawesome/cli apps:bundles:create \
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
--channel default \
--commitMessage $commitMessage \
--commitMessage $(git log -1 --pretty=format:"%s") \
--commitRef $commitRef \
--commitSha $commitSha \
--path web/out
@@ -17,7 +17,7 @@ echo npx @capawesome/cli apps:bundles:create \
npx @capawesome/cli apps:bundles:create \
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
--channel default \
--commitMessage $commitMessage \
--commitMessage $(git log -1 --pretty=format:"%s") \
--commitRef $commitRef \
--commitSha $commitSha \
--path web/out