Skip to content

build: add NX to a build process (#406) #142

build: add NX to a build process (#406)

build: add NX to a build process (#406) #142

name: Release Please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: node
package-name: release-please-action
token: ${{ secrets.GITHUB_TOKEN }}