Skip to content

Commit

Permalink
Try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Jul 22, 2024
1 parent e6c8d55 commit 6951ea7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ jobs:
danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}
BRANCH_NAME: ${{ github.ref }}
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
- name: Build Jars
run: ./gradlew build --stacktrace
env:
danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}
BRANCH_NAME: ${{ github.ref }}
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
- name: Upload to CurseForge and Maven
run: ./gradlew build publish releaseOnCf publish --stacktrace
run: ./gradlew publish releaseOnCf --stacktrace
env:
danielshe_curse_api_key: ${{ secrets.CF_API_KEY }}
BRANCH_NAME: ${{ github.ref }}
Expand Down

0 comments on commit 6951ea7

Please sign in to comment.