mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-26 01:18:47 +03:00
Make workflows recursively checkout submodules
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -13,6 +13,8 @@ jobs:
|
||||
steps:
|
||||
# Initialization
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
|
||||
Reference in New Issue
Block a user