Skip to content

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#86) #59

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#86)

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#86) #59

Workflow file for this run

name: cd
on:
push:
branches: [main]
permissions:
contents: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: πŸ— Setup Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: πŸ“¦ Install
uses: ./.github/actions/install
- name: 🦺 Check
uses: ./.github/actions/check
- name: πŸš€ Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm exec semantic-release --branches main