Skip to content

Commit 978bc03

Browse files
committed
🐛: fix patchChangelog job issue in ci [release] [skip verify]
1 parent 4bd390a commit 978bc03

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ jobs:
4949
5050
echo "::set-output name=changelog::$CHANGELOG"
5151
52-
# Update Unreleased section with the current release note
53-
- name: Patch Changelog
54-
if: ${{ steps.properties.outputs.changelog != '' }}
55-
run: |
56-
./gradlew patchChangelog --release-note "$(cat << 'EOM'
57-
${{ steps.properties.outputs.changelog }}
58-
EOM
59-
)"
60-
6152
# Publish the plugin to the Marketplace
6253
- name: Publish Plugin
6354
env:

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ changelog {
9393

9494
tasks {
9595

96-
buildSearchableOptions {
97-
enabled = false
98-
}
99-
10096
test {
10197
useJUnitPlatform()
10298
}

0 commit comments

Comments
 (0)