1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
name: release-please on: push: branches: - main jobs: release-please: runs-on: ubuntu-latest steps: - uses: google-github-actions/release-please-action@v3 with: release-type: node package-name: release-please-action