mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 20:05:38 +00:00
GitHub: Fixed the missing $RELEASE_NOTE parent directory in the Release workflow
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user