Skip to content

chore: release 2.2.1 #15

chore: release 2.2.1

chore: release 2.2.1 #15

Workflow file for this run

name: Release Action on new Git Tags
on:
workflow_dispatch:
push:
tags:
- 'v*'
jobs:
release:
name: Build and Release to GitHub Actions
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: technote-space/release-github-actions@v8
with:
CLEAN_TARGETS: '.[!.]*,__tests__,docs,src,*.js,*.ts,*.json,*.lock,*.yml,*.yaml,LICENSE,README,dist'
DELETE_NODE_MODULES: true