Skip to content

Commit

Permalink
Fix version discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jvalkeal committed Jun 19, 2023
1 parent 2aeccb2 commit 4d1e575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Configure Release Version
run: |
jf gradle releaseVersion
echo PROJECT_VERSION=$(jfrog rt gradle "properties -q" | grep "version:" | awk '{print $2}') >> $GITHUB_ENV
echo PROJECT_VERSION=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}') >> $GITHUB_ENV
# build and publish to staging repo.
# we've allready tested with snapshots so no need to test
# with a release build as we are not a release train.
Expand Down

0 comments on commit 4d1e575

Please sign in to comment.