Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud committed Apr 26, 2024
1 parent cbe887c commit c44b09e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
nuget-version: 'latest'
- name: Restore dependencies
run: |
dotnet restore -bl
Expand Down

0 comments on commit c44b09e

Please sign in to comment.