Skip to content

Commit

Permalink
fetch submodules in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Apr 30, 2024
1 parent fdbad08 commit ac47cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
lfs: true
fetch-depth: '0'
token: ${{ secrets.GITHUB_TOKEN }} # for pushing to protected branch
submodules: true
- run: git lfs pull
- name: "Check tag"
run: |
Expand Down

0 comments on commit ac47cbc

Please sign in to comment.