Skip to content

Commit

Permalink
fix: Restore dependencies step after .NET setup in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelSevenS committed Jan 19, 2025
1 parent 9f6df6a commit 9306341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Restore dependencies
run: dotnet restore

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

- name: Restore dependencies
run: dotnet restore

- name: Create Release
id: create-release
uses: comnoco/[email protected]
Expand Down

0 comments on commit 9306341

Please sign in to comment.