Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
y-polek committed Jun 8, 2024
1 parent bf338cb commit 2e434d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,13 @@ jobs:
echo "pluginName=$(./gradlew properties --console=plain -q | grep "^pluginName:" | cut -f2- -d ' ')" >> $GITHUB_OUTPUT
CHANGELOG=$(./gradlew getChangelog --console=plain -q)
CHANGELOG="${CHANGELOG//'%'/'%25'}"
CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
# Build artifact using buildPlugin Gradle task
- name: Build Plugin
run: |
./gradlew buildPlugin
echo $PWD
echo "${{ steps.properties.outputs.changelog }}" > ./build/distributions/changelog.txt
ls -R ./
cat ./build/distributions/changelog.txt
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2e434d0

Please sign in to comment.