Skip to content

Commit 07d494d

Browse files
committed
fix\
1 parent a07c461 commit 07d494d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
id: properties
5757
shell: bash
5858
run: |
59-
PROPERTIES="$(./gradlew properties --console=plain -q)"
59+
PROPERTIES="$(../gradlew properties --console=plain -q)"
6060
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
61-
CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
61+
CHANGELOG="$(../gradlew getChangelog --unreleased --no-header --console=plain -q)"
6262
6363
echo "version=$VERSION" >> $GITHUB_OUTPUT
6464
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)