From f5321b8e8f1dd7d4806dc8274d8d4766a5fdf01d Mon Sep 17 00:00:00 2001 From: Dan Anstis Date: Tue, 29 Jun 2021 03:01:47 +0100 Subject: [PATCH] fix: fix version number in releases --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55a5f16..67e87fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: if: ${{ steps.gitversion.outputs.PreReleaseTagWithDash == '' }} with: repo-token: ${{ secrets.GITHUB_TOKEN }} - tag: ${{ steps.gitversion.outputs.FullSemVer }} + tag: v${{ steps.gitversion.outputs.FullSemVer }} - name: Check out code uses: actions/checkout@v2