Skip to content

feat: Added compatibility for concurrenct connections for Android 15 … #89

feat: Added compatibility for concurrenct connections for Android 15 …

feat: Added compatibility for concurrenct connections for Android 15 … #89

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: CI
run: yarn ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release