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 a07c461 commit 07d494dCopy full SHA for 07d494d
.github/workflows/build.yml
@@ -56,9 +56,9 @@ jobs:
56
id: properties
57
shell: bash
58
run: |
59
- PROPERTIES="$(./gradlew properties --console=plain -q)"
+ PROPERTIES="$(../gradlew properties --console=plain -q)"
60
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
61
- CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
+ CHANGELOG="$(../gradlew getChangelog --unreleased --no-header --console=plain -q)"
62
63
echo "version=$VERSION" >> $GITHUB_OUTPUT
64
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
0 commit comments