We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aeccb2 commit 4d1e575Copy full SHA for 4d1e575
.github/workflows/release-ga.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Configure Release Version
45
run: |
46
jf gradle releaseVersion
47
- 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
48
# build and publish to staging repo.
49
# we've allready tested with snapshots so no need to test
50
# with a release build as we are not a release train.
0 commit comments