Skip to content

Commit

Permalink
ci: Add release name to GitHub releases step
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Apr 14, 2024
1 parent 973f02e commit f2eab45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-github-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: Publish mod to GitHub releases
uses: ncipollo/[email protected]
with:
name: ${{ steps.mod_version.outputs.value }} (${{ steps.supported_minecraft_version_name.outputs.value }})
tag: ${{ env.release_tag_name }}
artifacts: "**/build/libs/!(*-@(dev-shadow|transformProduction*).jar)"
bodyFile: CHANGELOG_LATEST.md
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
- name: Publish mod to GitHub releases
uses: ncipollo/[email protected]
with:
name: ${{ steps.mod_version.outputs.value }} (${{ steps.supported_minecraft_version_name.outputs.value }})
tag: ${{ env.release_tag_name }}
artifacts: "**/build/libs/!(*-@(dev-shadow|transformProduction*).jar)"
bodyFile: CHANGELOG_LATEST.md
Expand Down

0 comments on commit f2eab45

Please sign in to comment.