Skip to content

chore(deps-dev): bump appium-adb from 9.14.12 to 11.0.1 (#540) #40

chore(deps-dev): bump appium-adb from 9.14.12 to 11.0.1 (#540)

chore(deps-dev): bump appium-adb from 9.14.12 to 11.0.1 (#540) #40

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
- run: npm install --no-package-lock
name: Install dev dependencies
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Release