Skip to content

Commit

Permalink
feat: remove the unneeded step
Browse files Browse the repository at this point in the history
  • Loading branch information
rannes committed Jan 12, 2025
1 parent b378f2b commit 2e0ce62
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ jobs:
name: nupkg
path: ./nupkg

# Empty commit to show that bugged
- name: Setup NuGet
uses: NuGet/setup-nuget@v1
with:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
nuget-version: latest

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v2
with:
Expand Down

0 comments on commit 2e0ce62

Please sign in to comment.