Skip to content

chore(deps): bump tar from 6.2.0 to 6.2.1 (#186) #131

chore(deps): bump tar from 6.2.0 to 6.2.1 (#186)

chore(deps): bump tar from 6.2.0 to 6.2.1 (#186) #131

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 }}