Skip to content

Commit 1b1c823

Browse files
committed
Update publish command.
1 parent d98bf67 commit 1b1c823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
isRelease:
7-
description: "If this should publish a production build. Otherwise, a snapshot is created."
7+
description: "Production Release"
88
type: boolean
99
required: false
1010
default: false
@@ -30,4 +30,4 @@ jobs:
3030
- name: 'Setup Gradle'
3131
uses: gradle/actions/setup-gradle@v4
3232
- name: 'Publish'
33-
run: ./gradlew publish
33+
run: ./gradlew publishToMavenCentral

0 commit comments

Comments
 (0)