Skip to content

Commit

Permalink
mod update webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGoosik committed May 9, 2024
1 parent 33abab6 commit 604569c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
files: |
build/libs/${{ steps.gradle_props.outputs.archives_base_name }}-${{ github.event.release.tag_name }}.jar
build/libs/${{ steps.gradle_props.outputs.archives_base_name }}-${{ github.event.release.tag_name }}-sources.jar
version: ${{ github.event.release.tag_name }}

version-type: beta
Expand All @@ -44,7 +44,7 @@ jobs:
game-versions: ${{ steps.gradle_props.outputs.minecraft_version_range }}
game-version-filter: releases

dependencies: |
fabric-api
cloth-config
Expand All @@ -54,4 +54,11 @@ jobs:
retry-attempts: 2
retry-delay: 10000
fail-mode: skip
fail-mode: skip

- name: Hit mod update webhook
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.MOD_UPDATE_WEBHOOK }}
method: 'GET'
preventFailureOnNoResponse: 'true'

0 comments on commit 604569c

Please sign in to comment.