Skip to content

Commit 97d938d

Browse files
committed
Merge branch 'hotfix/workflow-fix' into develop
2 parents b912af7 + a2f41f3 commit 97d938d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Publish
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- "release/**"
6+
tags:
7+
- "v*.*.*"
88

99
concurrency:
1010
group: publish-${{ github.ref }}
@@ -32,6 +32,9 @@ jobs:
3232
- name: Bootstrap
3333
run: melos bootstrap
3434

35+
- name: Analyze
36+
run: melos run analyze --no-select
37+
3538
- name: Test
3639
run: melos run test --no-select
3740

packages/raiser/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ topics:
1717
- pub-sub
1818

1919
dependencies:
20-
zooper_flutter_core: ^1.0.2
20+
zooper_flutter_core: ^1.0.3
2121

2222
dev_dependencies:
2323
lints: ^6.0.0

0 commit comments

Comments
 (0)