Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

chore(toolchain): fix build pipeline in ci (#442) #223

chore(toolchain): fix build pipeline in ci (#442)

chore(toolchain): fix build pipeline in ci (#442) #223

name: release-please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
skip-github-release: true