Skip to content

Commit

Permalink
Create pub-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow authored Aug 25, 2020
1 parent c656a04 commit 02a9779
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pub-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Publish plugin

on:
release:
types: [published]

jobs:
publish:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: false
skip_test: true
dry_run: true

0 comments on commit 02a9779

Please sign in to comment.