Skip to content

Commit

Permalink
remove nuget command line
Browse files Browse the repository at this point in the history
  • Loading branch information
softlion committed Nov 25, 2023
1 parent 5baf073 commit 85bc404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Set up NuGet CLI
run: dotnet tool install --global NuGet.CommandLine
# - name: Set up NuGet CLI
# run: dotnet tool install --global NuGet.CommandLine

- name: Push NuGet package
run: |
Expand Down

0 comments on commit 85bc404

Please sign in to comment.