💚 progress is being made
This commit is contained in:
parent
a62cb9bc20
commit
999980c055
2 changed files with 7 additions and 4 deletions
|
|
@ -30,10 +30,14 @@ jobs:
|
||||||
run: yarn run semantic-release
|
run: yarn run semantic-release
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
- name: Log Release
|
||||||
|
run: echo ${{ steps.semantic.outputs.RELEASE }}
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: actions/forgejo-release@v1
|
uses: actions/forgejo-release@v1
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
release-dir: src
|
release-dir: src
|
||||||
release-notes: ${{ steps.semantic.outputs.NOTES }}
|
release-notes: ${{ steps.semantic.outputs.RELEASE.notes }}
|
||||||
token: ${{secrets.FIXBLUESKY_RELEASE_TOKEN}}
|
token: ${{ secrets.FIXBLUESKY_RELEASE_TOKEN }}
|
||||||
|
tag: ${{ steps.semantic.outputs.RELEASE.version }}
|
||||||
|
title: ${{ steps.semantic.outputs.RELEASE.version }}
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,7 @@ export default {
|
||||||
[
|
[
|
||||||
"@semantic-release/exec",
|
"@semantic-release/exec",
|
||||||
{
|
{
|
||||||
successCmd:
|
successCmd: "echo 'RELEASE=${nextRelease}' >> $GITHUB_OUTPUT",
|
||||||
"echo 'NOTES=${nextRelease.notes}' >> $GITHUB_OUTPUT",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue