Skip to content

Commit

Permalink
Ensures release workflow checkout submodules recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrosPapapa committed Oct 17, 2021
1 parent 07fc7cf commit 1305e64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true

- name: Set up JDK 11
uses: actions/setup-java@v2
Expand Down Expand Up @@ -66,7 +64,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
submodules: recursive

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Expand Down

0 comments on commit 1305e64

Please sign in to comment.