Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Cronin <brendan.cronin@mercedes-benz.com>
  • Loading branch information
bcronin90 committed Jul 20, 2023
1 parent 657557b commit 76d3cd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ jobs:
run: |
export DOWNSTREAM_VERSION=$(crudini --get ./gradle.properties '' version)
export UPSTREAM_VERSION=$(crudini --get ./gradle/libs.versions.toml versions edc | sed 's/"//g')-SNAPSHOT
echo $DOWNSTREAM_VERSION
echo $UPSTREAM_VERSION
[ -z $DOWNSTREAM_VERSION ] && exit 1
[ -z $UPSTREAM_VERSION ] && exit 1
Expand Down

0 comments on commit 76d3cd0

Please sign in to comment.