Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Sep 23, 2022
1 parent ef9b3f6 commit 6e0f875
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
6.0.x
include-prerelease: true

- name: remove global.json so that 7.0 builds
run: rm global.json

- name: Restore tools
run: dotnet tool restore

Expand Down

0 comments on commit 6e0f875

Please sign in to comment.