Skip to content

Commit b844306

Browse files
authored
🚀 Add dry run for commits.
1 parent 32d4898 commit b844306

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/pub_dry_run.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Pub Publish dry run
2+
3+
on: [push]
4+
5+
jobs:
6+
publish:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v1
13+
- name: Publish
14+
uses: sakebook/[email protected]
15+
with:
16+
credential: ${{ secrets.CREDENTIAL_JSON }}
17+
flutter_package: true
18+
skip_test: true
19+
dry_run: true

0 commit comments

Comments
 (0)