Skip to content

Commit

Permalink
Update build_1.20.6.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHua269 authored Aug 12, 2024
1 parent 4e56383 commit 360ab76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_1.20.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
- name: CreateJar
run: gradle createMojmapBundlerJar createMojmapPaperclipJar
- name: Publish to repo
run: sh scripts/PushToMaven.sh
run: |
export MAVEN_REPO_USER=${{ secrets.MAVEN_REPO_USER }}
export MAVEN_REPO_PASSWORD=${{ secrets.MAVEN_REPO_PASSWORD }}
./gradlew publish -PpublishDevBundle=true
- name: SetENV
run: sh scripts/SetENV.sh
- name: Upload Artifact
Expand Down

0 comments on commit 360ab76

Please sign in to comment.