Skip to content

fix(webview): corrects webview import currently crushing on Android #10

fix(webview): corrects webview import currently crushing on Android

fix(webview): corrects webview import currently crushing on Android #10

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- "develop"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: yarn
- run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}