Skip to content

feat: Select add showTip to show option title (#229) #306

feat: Select add showTip to show option title (#229)

feat: Select add showTip to show option title (#229) #306

Workflow file for this run

name: Release
on:
push:
branches:
- master
# Run build for any PRs.
pull_request:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: yarn
- name: Unit Tests
run: yarn test
- name: Build package
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn semantic-release