💚 going back to just notes
Some checks failed
Build Docker Image / build-image (push) Successful in 57s
Semver / semver (push) Failing after 29s

This commit is contained in:
Rose 2024-10-16 14:52:57 -05:00
parent 31d7e01b9a
commit a62cb9bc20
No known key found for this signature in database
2 changed files with 4 additions and 5 deletions

View file

@ -33,7 +33,8 @@ export default {
[
"@semantic-release/exec",
{
successCmd: "echo 'RELEASE=${nextRelease}' >> $GITHUB_OUTPUT",
successCmd:
"echo 'NOTES=${nextRelease.notes}' >> $GITHUB_OUTPUT",
},
],
],