Skip to content

Commit e6c4b3a

Browse files
authored
[chore] edit cd workflow to copy yml from submodule (#14)
1 parent d517fd3 commit e6c4b3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dev-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
java-version: '17'
2222
distribution: 'corretto'
23+
- name: Copy yml files
24+
run: ./gradlew copyYml
25+
shell: bash
2326

2427
- name: build with gradle
2528
run: |

0 commit comments

Comments
 (0)