Skip to content

Commit 7f13193

Browse files
first script
1 parent b30c5c1 commit 7f13193

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

codemagic.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
workflows:
2+
my-workflow:
3+
name: Release version
4+
environment:
5+
vars:
6+
PUBLIC_ENV_VAR: "value here"
7+
flutter: stable
8+
cache:
9+
cache_paths:
10+
- ~/.pub-cache
11+
triggering:
12+
events:
13+
- tag
14+
branch_patterns:
15+
- pattern: 'test_codemagic'
16+
include: true
17+
source: true
18+
scripts:
19+
- flutter packages pub get
20+
- flutter pub publish --dry-run

0 commit comments

Comments
 (0)