Skip to content

Commit b34c8af

Browse files
committed
Delete export property step
1 parent 4e20c61 commit b34c8af

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,6 @@ jobs:
5555
- name: Setup Gradle
5656
uses: gradle/actions/setup-gradle@v4
5757

58-
# Set environment variables
59-
- name: Export Properties
60-
id: properties
61-
shell: bash
62-
run: |
63-
PROPERTIES="$(./gradlew properties --console=plain -q)"
64-
VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')"
65-
CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"
66-
67-
echo "version=$VERSION" >> $GITHUB_OUTPUT
68-
echo "pluginVerifierHomeDir=~/.pluginVerifier" >> $GITHUB_OUTPUT
69-
70-
echo "changelog<<EOF" >> $GITHUB_OUTPUT
71-
echo "$CHANGELOG" >> $GITHUB_OUTPUT
72-
echo "EOF" >> $GITHUB_OUTPUT
73-
7458
# Generate Lexer and Parser
7559
- name: Generate Lexer
7660
run: ./gradlew generateLexer

0 commit comments

Comments
 (0)