Skip to content

Commit f19fdfc

Browse files
committed
Github Actions.
1 parent fe2bb8f commit f19fdfc

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Publish
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
jobs:
8+
publishing:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: "Checkout"
12+
uses: actions/checkout@v4
13+
14+
- name: "protobuf_google"
15+
uses: k-paxian/dart-package-publisher@master
16+
with:
17+
credentialJson: ${{ secrets.CREDENTIAL_JSON }}

0 commit comments

Comments
 (0)