facebook / akd

An implementation of an auditable key directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish pipeline seems to not be picking up version

slawlor opened this issue · comments

In the following publish CI run we were waiting for version 0.5.0 and it was eventually published but the script still was waiting for 0.5.0 to appear.

Run bash ./.github/workflows/wait-for-akd-publish.sh
  bash ./.github/workflows/wait-for-akd-publish.sh
  shell: /usr/bin/bash -e {0}
AKD expected version in AKD_MYSQL: "0.5.0" "0.5.0"
AKD published versions: "0.1.0" "0.2.0" "0.3.0" "0.3.1" "0.3.2" "0.3.3" "0.3.4" "0.3.5" "0.3.6" "0.3.7" "0.3.7-beta.0" "0.3.7-beta.1" "0.3.8" "0.4.0"
Expected version has not been published. Retrying after a wait.
...
...
AKD published versions: "0.1.0" "0.2.0" "0.3.0" "0.3.1" "0.3.2" "0.3.3" "0.3.4" "0.3.5" "0.3.6" "0.3.7" "0.3.7-beta.0" "0.3.7-beta.1" "0.3.8" "0.4.0" "0.5.0"
Expected version has not been published. Retrying after a wait.

CI pipeline version check script fixed in #175