Remove curseforge task in the CI

This commit is contained in:
shedaniel
2020-10-04 02:23:45 +08:00
parent 50a1af65e4
commit 07fedb7e76

View File

@@ -14,8 +14,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Upload to Bintray & CurseForge
run: ./gradlew clean bintrayUpload curseforge
- name: Upload to Bintray
run: ./gradlew bintrayUpload
env:
BINTRAY_USER: shedaniel
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}