Skip to content

feat: add PWA support, fix Lighthouse issues (#15) #16

feat: add PWA support, fix Lighthouse issues (#15)

feat: add PWA support, fix Lighthouse issues (#15) #16

name: Publish release
on:
push:
branches: [main]
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}