Skip to content

Bump ws from 5.2.3 to 5.2.4 in /example #26

Bump ws from 5.2.3 to 5.2.4 in /example

Bump ws from 5.2.3 to 5.2.4 in /example #26

Workflow file for this run

name: Publish
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run unit tests
run: |
yarn install
yarn test
yarn build
- name: Publish to NPM
uses: mikeal/[email protected]
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}