Skip to content

Commit 12f03c5

Browse files
committed
Reorder output entries
Signed-off-by: Bernát Gábor <[email protected]>
1 parent b207778 commit 12f03c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
id: properties
4646
shell: bash
4747
run: |
48-
PROPERTIES="$(./gradlew properties --console=plain -q)"
48+
PROPERTIES="$(./gradlew properties --console=plain -q)"
4949
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
50-
CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
5150
echo "version=$VERSION" >> $GITHUB_OUTPUT
52-
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
51+
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
52+
CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
5353
echo "changelog<<EOF" >> $GITHUB_OUTPUT
5454
echo "$CHANGELOG" >> $GITHUB_OUTPUT
5555
echo "EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)