Skip to content

chore(deps): bump color-string from 1.5.4 to 1.9.1 (#167) #116

chore(deps): bump color-string from 1.5.4 to 1.9.1 (#167)

chore(deps): bump color-string from 1.5.4 to 1.9.1 (#167) #116

Workflow file for this run

name: NPM release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: yarn
- name: Build package
run: yarn build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}