Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 authored Jul 23, 2021
1 parent ce17409 commit 473922c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build curseforge publishModrinth
run: ./gradlew build curseforge publishModrinth --stacktrace
env:
curesforgeapikey: ${{secrets.CURESFORGEAPIKEY}}
modrinthapikey: ${{secrets.MODRINTH}}
Expand Down

0 comments on commit 473922c

Please sign in to comment.