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 5e4e6df commit f522021Copy full SHA for f522021
.github/workflows/build.yml
@@ -75,9 +75,9 @@ jobs:
75
shell: bash
76
run: |
77
echo "Starting properties export..."
78
- PROPERTIES="$(./gradlew properties --console=plain -q)"
+ PROPERTIES="$(../gradlew properties --console=plain -q)"
79
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
80
- CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
+ CHANGELOG="$(../gradlew getChangelog --unreleased --no-header --console=plain -q)"
81
echo "Detected version: $VERSION"
82
83
echo "version=$VERSION" >> $GITHUB_OUTPUT
0 commit comments