8000 release: 1.2.1. · flutter-webrtc/webrtc-interface@f6412c8 · GitHub
[go: up one dir, main page]

Skip to content

1.2.1

1.2.1 #16

Workflow file for this run

name: Publish plugin
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Publish
uses: sakebook/actions-flutter-pub-publisher@v1.3.1
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
skip_test: true
dry_run: false
0