Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed Mar 12, 2024
1 parent a2e00ae commit fb6c26b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload Forge Releases (Curse/Modrinth/Github)
id: forge_release
if: contains(steps.properties.outputs.enabledPlatforms, 'forge')
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3.0
with:
curseforge-id: ${{ vars.CURSE_ID }}
curseforge-token: ${{ secrets.CURSE_TOKEN }}
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Upload Fabric Releases (Curse/Modrinth/Github)
id: fabric_release
if: contains(steps.properties.outputs.enabledPlatforms, 'fabric')
uses: Kir-Antipov/mc-publish@v3.2
uses: Kir-Antipov/mc-publish@v3.3.0
with:
curseforge-id: ${{ vars.CURSE_ID }}
curseforge-token: ${{ secrets.CURSE_TOKEN }}
Expand All @@ -80,8 +80,8 @@ jobs:
- name: Generate Discord Embed
run: ./gradlew injectEmbed
env:
FORGE_RELEASE_URL: ${{ steps.forge_release.outputs.modrinth-url }}
FABRIC_RELEASE_URL: ${{ steps.fabric_release.outputs.modrinth-url }}
FORGE_RELEASE_URL: ${{ steps.forge_release.outputs.modrinth-version }}
FABRIC_RELEASE_URL: ${{ steps.fabric_release.outputs.modrinth-version }}

- name: Upload Discord Embed
uses: tsickert/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G
minecraftVersion=1.20.1
enabledPlatforms=fabric,forge

version=3.1.1
version=3.1.2
group=earth.terrarium.athena

fabricLoaderVersion=0.14.21
4 changes: 2 additions & 2 deletions templates/embed.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"type": 2,
"label": "Fabric",
"style": 5,
"url": "${fabric_link}"
"url": "https://modrinth.com/mod/athena-ctm/version/${fabric_link}"
},
{
"type": 2,
"label": "Forge",
"style": 5,
"url": "${forge_link}"
"url": "https://modrinth.com/mod/athena-ctm/version/${forge_link}"
}
]

Expand Down

0 comments on commit fb6c26b

Please sign in to comment.