Skip to content

refactor: remove detail screen components to own file #102

refactor: remove detail screen components to own file

refactor: remove detail screen components to own file #102

name: Create Release
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}