Skip to content

Commit a819d57

Browse files
authored
Modify workflow to complete 1.33.6 release (#12111)
1 parent bcaadf3 commit a819d57

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release-1.33.6.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ jobs:
109109
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
110110
with:
111111
# Don't use publishToSonatype since we don't want to publish the marker artifact
112-
arguments: build publishPlugins publishPluginMavenPublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository
112+
# Skip publishing plugin, it was already done with the previous release attempt. We need to run
113+
# the steps that follow to complete the release.
114+
# arguments: build publishPlugins publishPluginMavenPublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository
115+
arguments: build publishPluginMavenPublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository
113116
build-root-directory: gradle-plugins
114117

115118
- name: Generate release notes

0 commit comments

Comments
 (0)