Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

build(deps-dev): bump @commitlint/config-conventional (#226) #246

build(deps-dev): bump @commitlint/config-conventional (#226)

build(deps-dev): bump @commitlint/config-conventional (#226) #246

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn semantic-release