Skip to content

Commit

Permalink
ci: Add submodule support for pre-release;
Browse files Browse the repository at this point in the history
  • Loading branch information
BiDuang authored Jan 9, 2025
1 parent 68a2b9b commit 7b76684
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0
Expand Down

0 comments on commit 7b76684

Please sign in to comment.