Skip to content

chore(deps-dev): bump @eslint/plugin-kit in the npm_and_yarn group (#… #108

chore(deps-dev): bump @eslint/plugin-kit in the npm_and_yarn group (#…

chore(deps-dev): bump @eslint/plugin-kit in the npm_and_yarn group (#… #108

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run semantic-release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}