Update action.yml
All checks were successful
Release / Release (push) Successful in 50s

This commit is contained in:
Jan K9f 2025-04-09 11:42:19 +00:00
parent d017433bc1
commit ef7cc40f83

View file

@ -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 }}