Skip to content

Commit

Permalink
GitHub actions should checkout submodules too
Browse files Browse the repository at this point in the history
  • Loading branch information
grafolean committed Apr 12, 2020
1 parent b713f5d commit e961726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
steps:

- name: Checkout source code
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
submodules: 'true'


- name: Deploy to Docker Hub
Expand Down

0 comments on commit e961726

Please sign in to comment.