Skip to content

Commit

Permalink
[ci-skip] Uncomment modrinth publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Apr 13, 2023
1 parent 44639d7 commit c568c0d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_release.yml
Expand Up @@ -29,19 +29,19 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew

#- name: Modrinth Publish
# run: ./gradlew modrinth --stacktrace
# env:
# MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
- name: Modrinth Publish
run: ./gradlew modrinth --stacktrace
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}

- name: Repo Publish
run: ./gradlew publish --stacktrace
env:
REPOSITORY_USERNAME: ${{ secrets.CRAZYCREW_USERNAME }}
REPOSITORY_PASSWORD: ${{ secrets.CRAZYCREW_PASSWORD }}

#- name: Update Notification
#run: |
# ./gradlew webhook --stacktrace
#env:
# DISCORD_WEBHOOK: ${{ secrets.CRAZYCREW_WEBHOOK }}
- name: Update Notification
run: |
./gradlew webhook --stacktrace
env:
DISCORD_WEBHOOK: ${{ secrets.CRAZYCREW_WEBHOOK }}

0 comments on commit c568c0d

Please sign in to comment.