Skip to content

build(ui): add post build script to recreate the file after building … #786

build(ui): add post build script to recreate the file after building …

build(ui): add post build script to recreate the file after building … #786

Workflow file for this run

name: release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release_please:
name: Release Please
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
with:
token: ${{ secrets.REPO_ACCESS_PAT }} # We need to set the PAT so the publishing workflow can be triggered