mirror of
https://github.com/wanderer-industries/wanderer
synced 2026-09-25 06:26:47 +00:00
chore: release version v1.12.11
This commit is contained in:
@@ -150,7 +150,7 @@ jobs:
|
||||
|
||||
- name: Assign Changelog to step variable
|
||||
id: changelog-content
|
||||
run: echo "::set-output name=CHANGELOG_CONTENT::$(cat CHANGELOG.md)"
|
||||
run: echo "content=$(cat CHANGELOG.md)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Get Release Tag
|
||||
id: get-latest-tag
|
||||
@@ -202,9 +202,7 @@ jobs:
|
||||
|
||||
**Version**: ${{ steps.get-latest-tag.outputs.tag }}
|
||||
|
||||
**Changes**:
|
||||
|
||||
${{ steps.changelog-content.outputs.CHANGELOG_CONTENT }}
|
||||
${{ steps.changelog-content.outputs.content }}
|
||||
maxLength: 2000
|
||||
truncationSymbol: "..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user