File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,10 @@ jobs:
109
109
GPG_PASSWORD : ${{ secrets.GPG_PASSWORD }}
110
110
with :
111
111
# 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
113
116
build-root-directory : gradle-plugins
114
117
115
118
- name : Generate release notes
You can’t perform that action at this time.
0 commit comments