diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index f527b14df..7946344fe 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -99,7 +99,7 @@ jobs: if [ -f "apps/$app_name/${old_version}.version" ]; then new_version=$(cat "apps/$app_name/${old_version}.version") rm -f "apps/$app_name/${old_version}.version" - git add "apps/$app_name/*" && git commit -m "🔧 chore($app_name): update app version from $old_version to $new_version" --no-verify && git push || true + git add "apps/$app_name/*" && git commit -m "🔧 chore($app_name): update app version from $old_version to $new_version" --no-verify && git push gh api --silent --method POST -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ /repos/${{ github.repository }}/statuses/$(git show -s --format=%H) \