Skip to content

chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 (#313) #33

chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 (#313)

chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 (#313) #33

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/*
- run: npm install --no-package-lock
name: Install dev dependencies
- run: npm run build
name: Run build
- run: npm run test
name: Run test
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Release