Skip to content

Commit a29af7f

Browse files
authored
test (#57)
1 parent d1b8b45 commit a29af7f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
# Publish using the reusable workflow from dart-lang.
1111
jobs:
1212
publish:
13-
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
14-
# with:
15-
# working-directory: path/to/package/within/repository
13+
steps:
14+
- uses: actions/checkout@v2
15+
- name: Update submodules
16+
run: git config --global --add safe.directory '*' && git submodule update --init --recursive
17+
- uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

0 commit comments

Comments
 (0)