Skip to content

Commit

Permalink
update release workflow to checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Dec 12, 2023
1 parent e524b85 commit e7320a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

- name: Create release branch and bump version
env:
Expand Down

0 comments on commit e7320a0

Please sign in to comment.