Skip to content

Commit

Permalink
Fix name in publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Aug 20, 2023
1 parent 7847948 commit c9d0e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Publish to Curseforge and Minotaur (Forge)
uses: Kir-Antipov/[email protected]
with:
name: Markdown Manual MC${{ steps.split_tag.outputs.mc_version }}-${{ steps.split_tag.outputs.mod_version }}
name: ${{ github.event.repository.name }} MC${{ steps.split_tag.outputs.mc_version }}-${{ steps.split_tag.outputs.mod_version }}
version: ${{ steps.split_tag.outputs.mod_version }}
java: Java 17

Expand All @@ -67,7 +67,7 @@ jobs:
- name: Publish to Curseforge and Minotaur (Fabric)
uses: Kir-Antipov/[email protected]
with:
name: Scannable MC${{ steps.split_tag.outputs.mc_version }}-${{ steps.split_tag.outputs.mod_version }}
name: ${{ github.event.repository.name }} MC${{ steps.split_tag.outputs.mc_version }}-${{ steps.split_tag.outputs.mod_version }}
version: ${{ steps.split_tag.outputs.mod_version }}
java: Java 17

Expand Down

0 comments on commit c9d0e3d

Please sign in to comment.