Skip to content

Commit

Permalink
chore(deps): update brycensranch/plugin-publish digest to 6d935da
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent ba19809 commit 79ce35f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
- run: echo ${{ steps.version.outputs.version }} # Project's version from gradle.properties or 0.0.1 if it is not defined there

- name: Publish to Modrinth
uses: BrycensRanch/plugin-publish@fc861911f56c6ea9c28e3caa4360c4e4cba6369c
uses: BrycensRanch/plugin-publish@6d935dac049b98162f4e818dadf3f9ce4a7bf28b
if: ${{ steps.before.outputs.version }} != ${{ steps.version.outputs.version }}
with:
modrinth-id: jVlopSkZ
Expand All @@ -264,7 +264,7 @@ jobs:
java: 17
version-type: ${{ github.head_ref || github.ref_name }}
- name: Publish to CurseForge (Bukkit)
uses: BrycensRanch/plugin-publish@fc861911f56c6ea9c28e3caa4360c4e4cba6369c
uses: BrycensRanch/plugin-publish@6d935dac049b98162f4e818dadf3f9ce4a7bf28b
if: ${{ steps.before.outputs.version }} != ${{ steps.version.outputs.version }}
with:
curseforge-id: 832361
Expand All @@ -286,7 +286,7 @@ jobs:
version-type: ${{ github.head_ref || github.ref_name }}
fail-mode: warn
- name: Publish to Polymart
uses: BrycensRanch/plugin-publish@fc861911f56c6ea9c28e3caa4360c4e4cba6369c
uses: BrycensRanch/plugin-publish@6d935dac049b98162f4e818dadf3f9ce4a7bf28b
if: ${{ steps.before.outputs.version }} != ${{ steps.version.outputs.version }}
with:
polymart-id: 2057
Expand Down

0 comments on commit 79ce35f

Please sign in to comment.