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