Added maven publish back
This commit is contained in:
7
.github/workflows/build_1.20.4.yml
vendored
7
.github/workflows/build_1.20.4.yml
vendored
@@ -32,6 +32,13 @@ jobs:
|
|||||||
run: gradle applyPatches
|
run: gradle applyPatches
|
||||||
- name: CreateJar
|
- name: CreateJar
|
||||||
run: gradle createReobfBundlerJar createReobfPaperclipJar
|
run: gradle createReobfBundlerJar createReobfPaperclipJar
|
||||||
|
- name: Publish to repo
|
||||||
|
run: |
|
||||||
|
export GITHUB_USERNAME=LuminolCI
|
||||||
|
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||||
|
export MAVEN_REPO_USER=${{ secrets.MAVEN_REPO_USER }}
|
||||||
|
export MAVEN_REPO_PASSWORD=${{ secrets.MAVEN_REPO_PASSWORD }}
|
||||||
|
./gradlew publish -PpublishDevBundle=true
|
||||||
- name: SetENV
|
- name: SetENV
|
||||||
run: sh scripts/SetENV.sh
|
run: sh scripts/SetENV.sh
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user