This commit is contained in:
parent
d017433bc1
commit
ef7cc40f83
1 changed files with 6 additions and 1 deletions
|
@ -25,5 +25,10 @@ runs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
|
||||
GITEA_TOKEN: ${{ inputs.GITEA_TOKEN }}
|
||||
run: npx semantic-release
|
||||
uses: cycjimmy/semantic-release-action@v4
|
||||
id: semantic
|
||||
|
||||
outputs:
|
||||
new_release_published:
|
||||
description: "The output from the action"
|
||||
value: ${{ steps.semantic.outputs.new_release_published }}
|
||||
|
|
Loading…
Add table
Reference in a new issue