Skip to content

Commit 66846cb

Browse files
committed
Add publish package workflow for prometheus_client_shelf
1 parent 718b4f0 commit 66846cb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: (prometheus_client_shelf) Publish package
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
publish:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v1
15+
- name: Publish
16+
uses: Fox32/actions-flutter-pub-publisher@master
17+
with:
18+
credential: ${{ secrets.CREDENTIAL_JSON }}
19+
flutter_package: false
20+
skip_test: true
21+
package_directory: './prometheus_client_shelf/'

0 commit comments

Comments
 (0)