Skip to content

Commit

Permalink
ci(publish): should allow for polymart 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 2, 2023
1 parent 9464f86 commit f1b1990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Expand Up @@ -216,7 +216,7 @@ jobs:
removeMarkdown: false

- name: Publish to Modrinth
uses: BrycensRanch/plugin-publish@bfd63d76b40412e0d362c9f4847bb9b1e95b8735
uses: BrycensRanch/plugin-publish@b71baea3faf79ef72a6c8f9710a758ffe2ff13b6
with:
modrinth-id: jVlopSkZ
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand All @@ -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@b71baea3faf79ef72a6c8f9710a758ffe2ff13b6
with:
curseforge-id: 832361
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
Expand All @@ -253,7 +253,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@b71baea3faf79ef72a6c8f9710a758ffe2ff13b6
with:
polymart-id: 2057
polymart-token: ${{ secrets.POLYMART_TOKEN }}
Expand Down

0 comments on commit f1b1990

Please sign in to comment.