diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/curseforge.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/curseforge.yml b/.github/workflows/curseforge.yml index f22f5b7a2..6e35fa1c8 100644 --- a/.github/workflows/curseforge.yml +++ b/.github/workflows/curseforge.yml @@ -12,6 +12,7 @@ on: - 4.x - 5.x - 6.x + - 6.x-1.17 jobs: build: @@ -19,12 +20,12 @@ jobs: if: "!contains(github.event.head_commit.message, 'ci skip')" steps: - uses: actions/checkout@v1 - - name: Set up JDK 1.8 + - name: Set up JDK 16 uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: 16 - name: Upload to CurseForge - run: ./gradlew build curseforge --stacktrace + run: ./gradlew build publish --stacktrace env: danielshe_curse_api_key: ${{ secrets.CF_API_KEY }} BRANCH_NAME: ${{ github.ref }} |
