Skip to content

build(deps): bump @oclif/plugin-help from 6.0.12 to 6.0.15 #173

build(deps): bump @oclif/plugin-help from 6.0.12 to 6.0.15

build(deps): bump @oclif/plugin-help from 6.0.12 to 6.0.15 #173

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: Get branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
id: branch
- name: Install dependencies
run: npm ci
- name: Run semantic release and publish new version to npm
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release