Skip to content

Commit

Permalink
Checkout submodules during release workflow (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim authored May 10, 2024
1 parent 1aa9f15 commit bab8eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
submodules: "recursive"
- name: "Log in to container registry"
uses: "docker/login-action@v3.1.0"
with:
Expand Down

0 comments on commit bab8eee

Please sign in to comment.