Skip to content

Commit

Permalink
Merge pull request #510 from Shane32/patch-1
Browse files Browse the repository at this point in the history
Fix CI scripts
  • Loading branch information
codebude committed Apr 30, 2024
2 parents be79d16 + f92f380 commit eca0dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/wf-build-release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ jobs:
1.0.x
2.0.x
5.0.x
6.0.x
6.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wf-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ jobs:
1.0.x
2.0.x
5.0.x
6.0.x
6.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit eca0dfb

Please sign in to comment.