Skip to content

Commit

Permalink
Modify workflow to complete 1.33.6 release (#12111)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Aug 26, 2024
1 parent bcaadf3 commit a819d57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-1.33.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ jobs:
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
with:
# Don't use publishToSonatype since we don't want to publish the marker artifact
arguments: build publishPlugins publishPluginMavenPublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository
# Skip publishing plugin, it was already done with the previous release attempt. We need to run
# the steps that follow to complete the release.
# arguments: build publishPlugins publishPluginMavenPublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository
arguments: build publishPluginMavenPublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository
build-root-directory: gradle-plugins

- name: Generate release notes
Expand Down

0 comments on commit a819d57

Please sign in to comment.