Skip to content

Commit 406aaeb

Browse files
committed
fix: trying to fix release script
1 parent 045eedf commit 406aaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: publish_package
2828
uses: gradle/gradle-build-action@v2.9.0
2929
with:
30-
arguments: -Pversion=${{ steps.new_version.outputs.new_version }} publish closeAndReleaseStagingRepository
30+
arguments: -Pversion=${{ steps.new_version.outputs.new_version }} publishAndReleaseToMavenCentral
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ vars.MAVEN_CENTRAL_USERNAME }}

0 commit comments

Comments
 (0)