From 6ee56e89d9333961c04835c4b6984c3157b10d61 Mon Sep 17 00:00:00 2001 From: Dillon Lees Date: Wed, 29 Jun 2022 15:11:36 -0400 Subject: [PATCH] build: fix version parsing --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 876ca47d..d0fc7994 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: id: version with: value: ${{ github.ref_name }} - start: 0 + start: 1 - name: Setup .NET uses: actions/setup-dotnet@v1