Skip to content

fix(ci): replace GITHUB_TOKEN to RELEASE_PLEASE_TOKEN (#4) #2

fix(ci): replace GITHUB_TOKEN to RELEASE_PLEASE_TOKEN (#4)

fix(ci): replace GITHUB_TOKEN to RELEASE_PLEASE_TOKEN (#4) #2

name: Release Please
on:
push:
branches: [main]
workflow_dispatch:
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: node