GitHub: Fixed the missing $RELEASE_NOTE parent directory in the Release workflow

This commit is contained in:
Jakub Chrzanowski
2025-08-09 08:43:48 +02:00
parent 2d9584084c
commit 6583a88033
3 changed files with 10 additions and 2 deletions

View File

@@ -51,9 +51,9 @@ jobs:
CHANGELOG: ${{ github.event.release.body }}
run: |
RELEASE_NOTE="./build/tmp/release_note.txt"
mkdir -p "$(dirname "$RELEASE_NOTE")"
echo "$CHANGELOG" > $RELEASE_NOTE
${{ github.event.release.body }}
./gradlew patchChangelog --release-note-file=$RELEASE_NOTE
# Publish the plugin to JetBrains Marketplace