Skip to content

Commit

Permalink
修复构建
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed May 23, 2020
1 parent a0afe69 commit 3de5ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishNuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet-version: 3.1.202

- name: Install tool
run: dotnet install -g dotnetCampus.TagToVersion
run: dotnet tool install -g dotnetCampus.TagToVersion

- name: Set tag to version
run: dotnet TagToVersion -t ${{ github.ref }}
Expand Down

0 comments on commit 3de5ad3

Please sign in to comment.