From efdbd8fc115e9c75ed84f1895348833edc3f06d5 Mon Sep 17 00:00:00 2001 From: stilobique Date: Mon, 30 May 2022 20:23:47 +0200 Subject: [PATCH] Add tag prefix on start PR --- .github/workflows/pr_main_start.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_main_start.yml b/.github/workflows/pr_main_start.yml index ef20463..26d39f8 100644 --- a/.github/workflows/pr_main_start.yml +++ b/.github/workflows/pr_main_start.yml @@ -24,9 +24,9 @@ jobs: echo "::set-output name=type::patch" fi - - name: Increment a new release - id: new_semantic_setup + - name: Create new Semantic Version uses: zwaldowski/semver-release-action@v2 + id: new_semantic_setup with: bump: ${{ steps.bump_setup.outputs.type }} github_token: ${{ secrets.GITHUB_TOKEN }}