Skip to content

fix(deps): update dependency lucide-react to ^0.513.0 (#149) #61

fix(deps): update dependency lucide-react to ^0.513.0 (#149)

fix(deps): update dependency lucide-react to ^0.513.0 (#149) #61

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
get-version:
name: Get version
uses: zareix/gh-actions/.github/workflows/get-version.yml@main
with:
type: node
docker:
name: Docker
needs: get-version
permissions:
contents: read
packages: write
id-token: write
uses: zareix/gh-actions/.github/workflows/docker.yml@main
with:
tag: ${{ needs.get-version.outputs.version }}
push-image: true
platforms: linux/amd64,linux/arm64
release:
name: Create release
needs:
- get-version
- docker
permissions:
contents: write
uses: zareix/gh-actions/.github/workflows/release.yml@main
with:
tag: ${{ needs.get-version.outputs.version }}