Skip to content

Commit be36d21

Browse files
authored
Update release.yml
Former-commit-id: 08f78f0
1 parent 79c761f commit be36d21

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
java-version: 11
2929
cache: gradle
3030

31-
# Update Unreleased section with the current release note
32-
- name: Patch Changelog
33-
run: |
34-
./gradlew patchChangelog --release-note="`cat << EOM
35-
${{ github.event.release.body }}
36-
EOM`"
31+
# # Update Unreleased section with the current release note
32+
# - name: Patch Changelog
33+
# run: |
34+
# ./gradlew patchChangelog --release-note="`cat << EOM
35+
# ${{ github.event.release.body }}
36+
# EOM`"
3737

3838
# Publish the plugin to the Marketplace
3939
- name: Publish Plugin

0 commit comments

Comments
 (0)