Skip to content

Commit

Permalink
🎨 removed global usage from non checkedout action
Browse files Browse the repository at this point in the history
  • Loading branch information
eduwardpost committed Nov 24, 2024
1 parent 0fb2eb0 commit 86f9e77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:
# Install the .NET SDK indicated in the global.json file
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
global-json-file: './src/global.json'

# Download the NuGet package created in the previous job
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 86f9e77

Please sign in to comment.