Skip to content

chore(deps): update dependency rimraf to v5.0.5 #545

chore(deps): update dependency rimraf to v5.0.5

chore(deps): update dependency rimraf to v5.0.5 #545

Workflow file for this run

name: Release
on:
push:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .nvmrc
- run: yarn --frozen-lockfile
- run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}