We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b8b45 commit a29af7fCopy full SHA for a29af7f
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ on:
10
# Publish using the reusable workflow from dart-lang.
11
jobs:
12
publish:
13
- uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
14
- # with:
15
- # working-directory: path/to/package/within/repository
+ steps:
+ - uses: actions/checkout@v2
+ - 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