Skip to content

Commit 9e26e4b

Browse files
committed
Publish to real maven [skip ci]
1 parent da27111 commit 9e26e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Publish core module
7171
if: runner.os == 'Linux'
7272
shell: bash
73-
run: ./gradlew :launcher-core:publishToMavenLocal -Prelease_channel=${{ inputs.release_type }} --stacktrace
73+
run: ./gradlew :launcher-core:publish -Prelease_channel=${{ inputs.release_type }} --stacktrace
7474

7575
- name: Upload version artifact
7676
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)