Skip to content

Commit 8fe4782

Browse files
authored
chore: add github action publish workflow (#34)
1 parent 3ed49e5 commit 8fe4782

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: publish_flutter_web_preloader
2+
3+
on:
4+
push:
5+
tags:
6+
- "v*.*.*"
7+
workflow_dispatch:
8+
9+
jobs:
10+
build:
11+
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/mason_publish.yml@v1
12+
secrets:
13+
mason_credentials: ${{ secrets.MASON_CREDENTIALS }}

0 commit comments

Comments
 (0)