We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da27111 commit 9e26e4bCopy full SHA for 9e26e4b
.github/workflows/release.yaml
@@ -70,7 +70,7 @@ jobs:
70
- name: Publish core module
71
if: runner.os == 'Linux'
72
shell: bash
73
- run: ./gradlew :launcher-core:publishToMavenLocal -Prelease_channel=${{ inputs.release_type }} --stacktrace
+ run: ./gradlew :launcher-core:publish -Prelease_channel=${{ inputs.release_type }} --stacktrace
74
75
- name: Upload version artifact
76
uses: actions/upload-artifact@v4
0 commit comments