File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ jobs:
39
39
40
40
- name : (prometheus_client_shelf) Remove dependency override
41
41
run : sudo snap install yq && yq eval "del(.dependency_overrides)" --inplace pubspec.yaml
42
- if : github.event.release
43
42
working-directory : prometheus_client_shelf
44
43
- name : (prometheus_client_shelf) Install dependencies
45
44
run : dart pub get
46
45
working-directory : prometheus_client_shelf
47
- - name : (prometheus_client_shelf) Dry-run publish
46
+ - # It's common that the dry-run step fails if the dependency constraint on prometheus_client is not valid and a
47
+ # newer version has to be uploaded. In that case, it's fine to ignore it.
48
+ name : (prometheus_client_shelf) Dry-run publish
48
49
run : dart pub publish --dry-run
49
50
working-directory : prometheus_client_shelf
50
51
- name : (prometheus_client_shelf) Publish
You can’t perform that action at this time.
0 commit comments