From 1855fb686b52215d747583ebdf80f586a48d6ac4 Mon Sep 17 00:00:00 2001 From: Emad Mokhtar Date: Sun, 28 Apr 2024 15:19:25 +0200 Subject: [PATCH] Improve the github action (#113) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5e9dae..fd637a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,9 +75,12 @@ jobs: # if: github.event.pull_request.merged steps: - name: Tag + id: tag uses: K-Phoen/semver-release-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag_format: 'v${{ steps.version.outputs.version }}' - name: Echo new tag run: | echo "New tag is ${{ steps.tag.outputs.tag }}"