From ef7cc40f839130076fef58d7d6dd8a853b4d5fb4 Mon Sep 17 00:00:00 2001 From: jank Date: Wed, 9 Apr 2025 11:42:19 +0000 Subject: [PATCH] Update action.yml --- action.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 02f6a57..54a697b 100644 --- a/action.yml +++ b/action.yml @@ -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 }}