We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98bf67 commit 1b1c823Copy full SHA for 1b1c823
.github/workflows/publish.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
isRelease:
7
- description: "If this should publish a production build. Otherwise, a snapshot is created."
+ description: "Production Release"
8
type: boolean
9
required: false
10
default: false
@@ -30,4 +30,4 @@ jobs:
30
- name: 'Setup Gradle'
31
uses: gradle/actions/setup-gradle@v4
32
- name: 'Publish'
33
- run: ./gradlew publish
+ run: ./gradlew publishToMavenCentral
0 commit comments