We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c18f0e commit 9df010dCopy full SHA for 9df010d
1 file changed
.github/workflows/release.yml
@@ -33,6 +33,7 @@ jobs:
33
with:
34
tag: v${{ steps.package-version.outputs.current-version}}
35
name: v${{ steps.package-version.outputs.current-version}}
36
- body: [CHANGELOG](https://github.com/MCSManager/MCSManager/releases/tag/v${{ steps.package-version.outputs.current-version}})
+ body: |
37
+ [CHANGELOG](https://github.com/MCSManager/MCSManager/releases/tag/v${{ steps.package-version.outputs.current-version}})
38
artifacts: "mcsmanager.fpk"
39
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments