Skip to content

Commit

Permalink
Restore workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Nov 7, 2024
1 parent a419cf0 commit d8b2f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Build, Tests, Cover, Pack and Publish (on push tag)
shell: bash
run: |
dotnet workload restore
dotnet tool install --global dotnet-releaser
dotnet-releaser run --github-token "${{secrets.GITHUB_TOKEN}}" ${{ github.workspace }}/dotnet-releaser.toml

0 comments on commit d8b2f01

Please sign in to comment.