diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 00000000..64a8e58d --- /dev/null +++ b/.github/workflows/release-please.yml @@ -0,0 +1,14 @@ + on: + push: + branches: + - main + name: release-please + jobs: + release-please: + runs-on: ubuntu-latest + steps: + - uses: GoogleCloudPlatform/release-please-action@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + release-type: node + package-name: release-please-action \ No newline at end of file