Skip to content

feat: added 13 with changelog and version #6

feat: added 13 with changelog and version

feat: added 13 with changelog and version #6

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install Dependencies
run: npm clean-install
- name: Semantic-Release
run: npm run release