Skip to content

fix(deps): update dependency lucide-react to ^0.406.0 #217

fix(deps): update dependency lucide-react to ^0.406.0

fix(deps): update dependency lucide-react to ^0.406.0 #217

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use the latest stable Node.js
uses: actions/setup-node@v4
with:
node-version: 'node'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_Token }}
run: npx semantic-release