Skip to content

Commit

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

0 comments on commit 4d0250d

Please sign in to comment.