Skip to content

Commit

Permalink
Fix publish task name again
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Nov 30, 2021
1 parent b8f8783 commit 8c60fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PGP_SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingPassphrase: ${{ secrets.PGP_SIGNING_PASSPHRASE }}
GRADLE_OPTS: "-Dorg.gradle.project.gradle.publish.key=${{ secrets.GRADLE_PLUGIN_KEY }} -Dorg.gradle.project.gradle.publish.secret=${{ secrets.GRADLE_PLUGIN_SECRET }}"
run: ./gradlew publishToCentralReleasesRepository publishPlugins
run: ./gradlew publishAllPublicationsToCentralReleasesRepository publishPlugins

0 comments on commit 8c60fc3

Please sign in to comment.