9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-25 01:39:21 +00:00

remove packages (xd)

This commit is contained in:
NONPLAYT
2023-03-14 21:29:18 +03:00
parent f800eaa9c0
commit 7cf7b8fa8d
3 changed files with 5 additions and 45 deletions

View File

@@ -37,13 +37,6 @@ jobs:
- name: Create Mojmap Jar
run: ./gradlew createMojmapPaperclipJar --stacktrace
- name: Publish Packages
if: github.ref_name == env.branch
run: |
export GITHUB_USERNAME=${{ env.GH_USERNAME }}
export GITHUB_TOKEN=${{ secrets.GH_TOKEN }}
./gradlew publish --stacktrace
- name: Upload Artifacts
if: env.debug == 'true' || github.ref_name != env.branch