Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

feat: complete stack migration — FastAPI + SvelteKit + pgvector + Sup… #6

feat: complete stack migration — FastAPI + SvelteKit + pgvector + Sup…

feat: complete stack migration — FastAPI + SvelteKit + pgvector + Sup… #6

Workflow file for this run

name: Release
on:
push:
branches: [main]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: false
jobs:
release:
name: Semantic Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 0
- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10.2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: backend