File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 5252 - name : Publish package
5353 working-directory : ' packages/${{ env.package }}'
5454 run : dart pub publish --force
55+ docs-publish :
56+ needs : release
57+ runs-on : ubuntu-latest
58+ timeout-minutes : 10
59+ steps :
60+ - name : Publish docs
61+ uses : parse-community/Parse-SDK-Flutter/.github/workflows/release-manual-docs@master
62+ with :
63+ tag : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 55 tag :
66 default : ' '
77 description : ' Version tag (dart-#.#.# or flutter-#.#.#):'
8+ workflow_call :
9+ inputs :
10+ tag :
11+ required : true
12+ type : string
813env :
914 package : ${{ startsWith(github.event.inputs.tag, 'dart') && 'dart' || 'flutter' }}
1015jobs :
1924 - name : Setup dart
2025 uses : dart-lang/setup-dart@v1
2126 - name : Setup flutter
27+ if : env.package == 'flutter'
2228 uses : subosito/flutter-action@v2
2329 with :
2430 channel : ' stable'
You can’t perform that action at this time.
0 commit comments