Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Oct 26, 2024
1 parent aa7bff5 commit 656f070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
echo "📃 MC Versions=${{ env.MC_VERSION }}" >> $GITHUB_STEP_SUMMARY
echo "📃 Release Type=${{ env.RELEASE_TYPE }}" >> $GITHUB_STEP_SUMMARY
echo "${{ steps.changelog.outputs.description }}" >> $GITHUB_STEP_SUMMARY
echo "```$(cat PROJECTS_DIFF.md)```" >> $GITHUB_STEP_SUMMARY
echo ```${{ steps.lockfile.outputs.diff }}``` >> $GITHUB_STEP_SUMMARY
build-modpack:
name: Build Modpack
Expand Down

0 comments on commit 656f070

Please sign in to comment.