-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2de9c7d
commit e9429bf
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
- name: Upload NeoForge Releases (Curse/Modrinth/Github) | ||
id: neoforge_release | ||
if: contains(steps.properties.outputs.enabledPlatforms, 'neoforge') | ||
uses: Kir-Antipov/[email protected] | ||
uses: Kir-Antipov/[email protected].0 | ||
with: | ||
curseforge-id: ${{ vars.CURSE_ID }} | ||
curseforge-token: ${{ secrets.CURSE_TOKEN }} | ||
|
@@ -63,7 +63,7 @@ jobs: | |
- name: Upload Fabric Releases (Curse/Modrinth/Github) | ||
id: fabric_release | ||
if: contains(steps.properties.outputs.enabledPlatforms, 'fabric') | ||
uses: Kir-Antipov/[email protected] | ||
uses: Kir-Antipov/[email protected].0 | ||
with: | ||
curseforge-id: ${{ vars.CURSE_ID }} | ||
curseforge-token: ${{ secrets.CURSE_TOKEN }} | ||
|
@@ -87,7 +87,7 @@ jobs: | |
- name: Generate Discord Embed | ||
run: ./gradlew injectEmbed | ||
env: | ||
FORGE_RELEASE_URL: ${{ steps.forge_release.outputs.modrinth-version }} | ||
FORGE_RELEASE_URL: ${{ steps.neoforge_release.outputs.modrinth-version }} | ||
FABRIC_RELEASE_URL: ${{ steps.fabric_release.outputs.modrinth-version }} | ||
|
||
- name: Upload Discord Embed | ||
|