Skip to content

fix: piece creation with default type (#105) #61

fix: piece creation with default type (#105)

fix: piece creation with default type (#105) #61

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
# use a token so that git pushes trigger subsequent workflow runs
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
config-file: .github/release-please-config.json
skip-github-release: true