oxc/.github/workflows/release_napi_parser.yml

21 lines
470 B
YAML

name: Release NAPI Parser
on:
push:
branches:
- main
paths:
- npm/oxc-parser/package.json # Please only commit this file, so we don't need to wait for test CI to pass.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
name: Release NAPI Parser
uses: ./.github/workflows/reusable_release_napi.yml
with:
name: parser
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}