💚 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

@ -35,7 +35,5 @@ jobs:
with:
direction: upload
release-dir: src
release-notes: ${{ steps.semantic.outputs.RELEASE.notes }}
token: ${{ secrets.FIXBLUESKY_RELEASE_TOKEN }}
tag: ${{ steps.semantic.outputs.RELEASE.version }}
title: ${{ steps.semantic.outputs.RELEASE.version }}
release-notes: ${{ steps.semantic.outputs.NOTES }}
token: ${{secrets.FIXBLUESKY_RELEASE_TOKEN}}

View file

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