Skip to content

Commit

Permalink
尝试修复推送包
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Nov 18, 2024
1 parent 0648262 commit 085bbb6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/nuget-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v4

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

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

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand All @@ -22,12 +28,7 @@ jobs:
6.0.x
8.0.x
9.0.x
- name: Install dotnet tool
run: dotnet tool install -g dotnetCampus.TagToVersion
- name: Set tag to version
run: dotnet TagToVersion -t ${{ github.ref }}
- name: Build with dotnet
run: |
Expand Down

0 comments on commit 085bbb6

Please sign in to comment.