File tree 2 files changed +5
-58
lines changed
2 files changed +5
-58
lines changed Original file line number Diff line number Diff line change 1
- # To properly authenticate on pub.dev to publish a release via GitHub Actions, a tag
1
+ # To authenticate on pub.dev to publish a release via GitHub Actions, a tag
2
2
# needs to be pushed, see: https://dart.dev/tools/pub/automated-publishing
3
+ #
4
+ # Publishing cannot currently be triggered manually via a "workflow_dispatch",
5
+ # see: https://dart.dev/go/publishing-from-github
3
6
4
7
name : release-automated
5
8
on :
21
24
with :
22
25
ref : ${{ github.ref_name }}
23
26
- name : Setup dart
24
- # if: env.package == 'dart'
25
27
uses : dart-lang/setup-dart@v1
26
28
with :
27
- sdk : ' 3.0.0'
29
+ sdk : ' 3.0.0' # Set to 3.0.0 due to Parse Dart SDK compatibility, can be removed later on
28
30
- name : Setup flutter
29
31
if : env.package == 'flutter'
30
32
uses : subosito/flutter-action@v2
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments