v1 of FixBluesky #1

Merged
rose merged 32 commits from devel into main 2024-10-16 16:48:34 +00:00
2 changed files with 4 additions and 5 deletions
Showing only changes of commit f9474ceaf3 - Show all commits

View file

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

View file

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