Skip to content

Commit 8971ff6

Browse files
authored
Added CD
1 parent 28b902a commit 8971ff6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: .github/workflows/cd.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: cd
2+
3+
on:
4+
release:
5+
types:
6+
- published
7+
8+
jobs:
9+
publish:
10+
runs-on: ubuntu-latest
11+
environment: release
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: k-paxian/dart-package-publisher@master
15+
with:
16+
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
17+
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
18+
format: true

0 commit comments

Comments
 (0)