Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSago committed Jan 2, 2025
1 parent dc80842 commit 0e4faf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
dotnet-version: "6.x.x"

- name: Initialize submodules
run: git submodule update --init --recursive

- name: Restore dependencies
run: dotnet restore

Expand Down

0 comments on commit 0e4faf9

Please sign in to comment.