We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b912af7 + a2f41f3 commit 97d938dCopy full SHA for 97d938d
.github/workflows/publish.yml
@@ -3,8 +3,8 @@ name: Publish
3
on:
4
workflow_dispatch:
5
push:
6
- branches:
7
- - "release/**"
+ tags:
+ - "v*.*.*"
8
9
concurrency:
10
group: publish-${{ github.ref }}
@@ -32,6 +32,9 @@ jobs:
32
- name: Bootstrap
33
run: melos bootstrap
34
35
+ - name: Analyze
36
+ run: melos run analyze --no-select
37
+
38
- name: Test
39
run: melos run test --no-select
40
packages/raiser/pubspec.yaml
@@ -17,7 +17,7 @@ topics:
17
- pub-sub
18
19
dependencies:
20
- zooper_flutter_core: ^1.0.2
+ zooper_flutter_core: ^1.0.3
21
22
dev_dependencies:
23
lints: ^6.0.0
0 commit comments