oxc/.github/workflows/release_napi_transform.yml

21 lines
482 B
YAML

name: Release NAPI Transform
on:
push:
branches:
- main
paths:
- npm/oxc-transform/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 Transform
uses: ./.github/workflows/reusable_release_napi.yml
with:
name: transform
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}