💚 going back to just notes
This commit is contained in:
parent
31d7e01b9a
commit
a62cb9bc20
2 changed files with 4 additions and 5 deletions
|
|
@ -35,7 +35,5 @@ 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 }}
|
|
||||||
title: ${{ steps.semantic.outputs.RELEASE.version }}
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,8 @@ export default {
|
||||||
[
|
[
|
||||||
"@semantic-release/exec",
|
"@semantic-release/exec",
|
||||||
{
|
{
|
||||||
successCmd: "echo 'RELEASE=${nextRelease}' >> $GITHUB_OUTPUT",
|
successCmd:
|
||||||
|
"echo 'NOTES=${nextRelease.notes}' >> $GITHUB_OUTPUT",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue