Skip to content

chore(build): Fixed auto testing #20

chore(build): Fixed auto testing

chore(build): Fixed auto testing #20

Workflow file for this run

name: Release
on:
push:
paths-ignore:
- "**/renovate.json"
- README.md
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- name: Install NPM dependencies
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run semantic-release