Skip to content

[Snyk] Upgrade lucide-react from 0.321.0 to 0.323.0 #16

[Snyk] Upgrade lucide-react from 0.321.0 to 0.323.0

[Snyk] Upgrade lucide-react from 0.321.0 to 0.323.0 #16

Workflow file for this run

on:
pull_request:
types:
- closed
jobs:
release:
if: github.event.pull_request.merged == true
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --imutable
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}