Skip to content

Commit

Permalink
chore(deps): bump plugin-publish
Browse files Browse the repository at this point in the history
Signed-off-by: Brycen G <brycengranville@outlook.com>
  • Loading branch information
BrycensRanch committed Mar 4, 2023
1 parent ae52dc9 commit 36676a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Expand Up @@ -215,7 +215,7 @@ jobs:
removeMarkdown: false

- name: Publish to Modrinth
uses: BrycensRanch/plugin-publish@fc861911f56c6ea9c28e3caa4360c4e4cba6369c
uses: BrycensRanch/plugin-publish@3f409877a4b641aac2bd71a7607d792e7f91328b
with:
modrinth-id: jVlopSkZ
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand All @@ -231,7 +231,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@3f409877a4b641aac2bd71a7607d792e7f91328b
with:
curseforge-id: 832361
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
Expand All @@ -252,7 +252,7 @@ jobs:
version-type: ${{ github.head_ref || github.ref_name }}
fail-mode: warn
- name: Publish to Polymart
uses: BrycensRanch/plugin-publish@728fda9059fd392d44213414e2f79d1bc2e980eb
uses: BrycensRanch/plugin-publish@3f409877a4b641aac2bd71a7607d792e7f91328b
with:
polymart-id: 2057
polymart-token: ${{ secrets.POLYMART_TOKEN }}
Expand Down

0 comments on commit 36676a9

Please sign in to comment.