Skip to content

ci: add npm publish workflow on release #2

ci: add npm publish workflow on release

ci: add npm publish workflow on release #2

Workflow file for this run

name: Release
on:
push:
branches: [main]
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: node