Skip to content

Commit

Permalink
feat: clone submodules to deploy java smart contracts (icon-project#631)
Browse files Browse the repository at this point in the history
Signed-off-by: Night Owl <[email protected]>
  • Loading branch information
nightowl121 authored Aug 17, 2023
1 parent 8ae56d3 commit 7da1f7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/uat-deploy-java-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true

- name: Retrieve the secret and decode it to a file
working-directory: contracts/javascore
Expand Down

0 comments on commit 7da1f7b

Please sign in to comment.