Skip to content

fix: Fixed a bug with spacing between elements in the ProjectCard com… #16

fix: Fixed a bug with spacing between elements in the ProjectCard com…

fix: Fixed a bug with spacing between elements in the ProjectCard com… #16

Workflow file for this run

name: Release
on:
push:
branches:
- main
- dev
jobs:
release:
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: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}