8000 update CHANGELOG · flutter-webrtc/dart-webrtc@ab0438d · GitHub
[go: up one dir, main page]

Skip to content

1.4.5

1.4.5 #36

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: k-paxian/dart-package-publisher@v1.5.1
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: true
skipTests: true
force: true
0