Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
y-polek committed Jun 8, 2024
1 parent 2e434d0 commit 610d0b6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,12 @@ jobs:
echo "name=$(./gradlew properties --console=plain -q | grep "^name:" | cut -f2- -d ' ')" >> $GITHUB_OUTPUT
echo "pluginName=$(./gradlew properties --console=plain -q | grep "^pluginName:" | cut -f2- -d ' ')" >> $GITHUB_OUTPUT
CHANGELOG=$(./gradlew getChangelog --console=plain -q)
echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
# Build artifact using buildPlugin Gradle task
- name: Build Plugin
run: |
./gradlew buildPlugin
echo "${{ steps.properties.outputs.changelog }}" > ./build/distributions/changelog.txt
run: ./gradlew buildPlugin

- name: Changelog
run: ./gradlew getChangelog --console=plain -q > ./build/distributions/changelog.txt

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 610d0b6

Please sign in to comment.