Skip to content

Commit fecbc90

Browse files
committed
fix build
1 parent 090930c commit fecbc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
PROPERTIES="$(./gradlew properties --console=plain -q)"
6464
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
65-
CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
65+
CHANGELOG="$(./gradlew getChangelog --no-header --console=plain -q)"
6666
6767
echo "version=$VERSION" >> $GITHUB_OUTPUT
6868
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)