Skip to content

Commit

Permalink
修复发布逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Mar 9, 2024
1 parent e8a0333 commit d149c2a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/nuget-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
- name: Pack
run: dotnet pack --configuration Release --no-build UnoSpySnoop/Lib/UnoSpySnoopProvider/UnoSpySnoopProvider.csproj

- name: Build with dotnet
run: |
dotnet build --configuration Release
dotnet pack --configuration Release --no-build
- name: Install Nuget
uses: nuget/setup-nuget@v1
with:
Expand Down

0 comments on commit d149c2a

Please sign in to comment.