Skip to content

fix: correct npm publish command #21

fix: correct npm publish command

fix: correct npm publish command #21

# .github/workflows/release-please.yml
name: release-please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Create release PR
uses: google-github-actions/release-please-action@v3
with:
release-type: node
default-branch: main
token: ${{ secrets.GH_RELEASE_TOKEN }}