Skip to content

Commit

Permalink
Fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi committed Apr 9, 2023
1 parent 9e14461 commit 50a0a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
for dir in "." packages/apalis-{core,cron,redis,sql}; do
PACKAGE=$(cargo get --root $dir -n)
ACTUAL=$(cargo get --root $dir version)
if [[ $VERSION_NUMBER != $ACTUAL ]]; then
echo ${PACKAGE}: expected version ${VERSION_NUMBER} but found ${ACTUAL}
if [[ $VERSION != $ACTUAL ]]; then
echo ${PACKAGE}: expected version ${VERSION} but found ${ACTUAL}
ERROR=1
fi
done
Expand Down

0 comments on commit 50a0a4b

Please sign in to comment.