💚 use the right variable name
Some checks failed
Build Docker Image / build-image (push) Successful in 56s
Semver / semver (push) Failing after 30s

This commit is contained in:
Rose 2024-10-16 15:08:49 -05:00
parent 682f861d21
commit 7e0a35cca5
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ export default {
"@semantic-release/exec",
{
successCmd:
"echo 'NOTES<<EOF' >> $GITHUB_OUTPUT && echo '${nextVersion.notes}' >> $GITHUB_OUTPUT && echo 'EOF' >> $GITHUB_OUTPUT && echo 'VERSION=${nextVersion.version}' >> $GITHUB_OUTPUT",
"echo 'NOTES<<EOF' >> $GITHUB_OUTPUT && echo '${nextRelease.notes}' >> $GITHUB_OUTPUT && echo 'EOF' >> $GITHUB_OUTPUT && echo 'VERSION=${nextRelease.version}' >> $GITHUB_OUTPUT",
},
],
],