💚 fix for multiline
This commit is contained in:
parent
999980c055
commit
682f861d21
2 changed files with 5 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
release-dir: src
|
release-dir: src
|
||||||
release-notes: ${{ steps.semantic.outputs.RELEASE.notes }}
|
release-notes: ${{ steps.semantic.outputs.NOTES }}
|
||||||
token: ${{ secrets.FIXBLUESKY_RELEASE_TOKEN }}
|
token: ${{ secrets.FIXBLUESKY_RELEASE_TOKEN }}
|
||||||
tag: ${{ steps.semantic.outputs.RELEASE.version }}
|
tag: ${{ steps.semantic.outputs.VERSION }}
|
||||||
title: ${{ steps.semantic.outputs.RELEASE.version }}
|
title: ${{ steps.semantic.outputs.VERSION }}
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,8 @@ export default {
|
||||||
[
|
[
|
||||||
"@semantic-release/exec",
|
"@semantic-release/exec",
|
||||||
{
|
{
|
||||||
successCmd: "echo 'RELEASE=${nextRelease}' >> $GITHUB_OUTPUT",
|
successCmd:
|
||||||
|
"echo 'NOTES<<EOF' >> $GITHUB_OUTPUT && echo '${nextVersion.notes}' >> $GITHUB_OUTPUT && echo 'EOF' >> $GITHUB_OUTPUT && echo 'VERSION=${nextVersion.version}' >> $GITHUB_OUTPUT",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue