Skip to content

Commit

Permalink
build: fix version parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
ddlees committed Jun 29, 2022
1 parent 777fcc1 commit 6ee56e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: version
with:
value: ${{ github.ref_name }}
start: 0
start: 1

- name: Setup .NET
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 6ee56e8

Please sign in to comment.