chore(CI): fix app version check

This commit is contained in:
Rory-Z 2021-05-12 01:19:07 +00:00 committed by Rory Z
parent ded494f544
commit 0bf76adfd5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Check Apps Version
on: [pull_request] on: [pull_request]
jobs: jobs:
check_deps_integrity: check_apps_version:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -euo pipefail set -euo pipefail
latest_release=$(git describe --tags "$(git rev-list --tags --max-count=1)") latest_release=$(git describe --tags "$(git rev-list --tags --max-count=1 --remotes=refs/remote/origin)")
bad_app_count=0 bad_app_count=0