We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1fad6 commit aedb9e4Copy full SHA for aedb9e4
.github/workflows/release.yml
@@ -85,16 +85,6 @@ jobs:
85
run: |
86
./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
87
88
- - name: Release Sonatype Staging Repository
89
- if: inputs.prerelease != true && inputs.draft != true
90
- env:
91
- ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
92
- ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
93
- ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.SIGNING_KEY_ID }}
94
- ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
95
- ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
96
- run: ./gradlew closeAndReleaseRepository
97
-
98
- uses: DevCycleHQ/release-action/create-release@v2.3.0
99
id: create-release
100
with:
0 commit comments