diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 55b2b7fb..dab74b95 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -216,7 +216,7 @@ jobs: removeMarkdown: false - name: Publish to Modrinth - uses: BrycensRanch/plugin-publish@bfd63d76b40412e0d362c9f4847bb9b1e95b8735 + uses: BrycensRanch/plugin-publish@fc861911f56c6ea9c28e3caa4360c4e4cba6369c with: modrinth-id: jVlopSkZ modrinth-token: ${{ secrets.MODRINTH_TOKEN }} @@ -232,7 +232,7 @@ jobs: java: 17 version-type: ${{ github.head_ref || github.ref_name }} - name: Publish to CurseForge (Bukkit) - uses: BrycensRanch/plugin-publish@bfd63d76b40412e0d362c9f4847bb9b1e95b8735 + uses: BrycensRanch/plugin-publish@fc861911f56c6ea9c28e3caa4360c4e4cba6369c with: curseforge-id: 832361 curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} @@ -249,7 +249,7 @@ jobs: version-type: ${{ github.head_ref || github.ref_name }} fail-mode: warn - name: Publish to Polymart - uses: BrycensRanch/plugin-publish@bfd63d76b40412e0d362c9f4847bb9b1e95b8735 + uses: BrycensRanch/plugin-publish@fc861911f56c6ea9c28e3caa4360c4e4cba6369c with: polymart-id: 2057 polymart-token: ${{ secrets.POLYMART_TOKEN }}