Skip to content

chore: Bump eslint-config-prettier from 8.10.0 to 9.0.0 (#146) #44

chore: Bump eslint-config-prettier from 8.10.0 to 9.0.0 (#146)

chore: Bump eslint-config-prettier from 8.10.0 to 9.0.0 (#146) #44

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 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: npm install --no-package-lock
name: Install dev dependencies
- run: npm run build
name: Build
- run: npm run test
name: Unit Test
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Release