Skip to content

Commit

Permalink
include submodule in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoray committed Aug 19, 2024
1 parent e382cad commit 5d39e06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Create Plugin Directory
run: |
mkdir ${{env.PLUGIN_NAME}}
Expand Down

0 comments on commit 5d39e06

Please sign in to comment.