Skip to content

Merge pull request #65 from lifeomic/dependabot/npm_and_yarn/ip-1.1.9 #19

Merge pull request #65 from lifeomic/dependabot/npm_and_yarn/ip-1.1.9

Merge pull request #65 from lifeomic/dependabot/npm_and_yarn/ip-1.1.9 #19

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
environment: npm
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- name: Lint, test, and build
run: |
yarn
yarn lint
yarn test
yarn build
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{secrets.LIFEOMIC_NPM_TOKEN}}
run: |
npx semantic-release