---
name: CD

'on':
  release:
    types: [created]

concurrency:
  group: CD/${{ github.repo }}/${{ github.ref }}

jobs:
  npm-publish:
    name: Publish npm package
    uses: drugscom/shared-workflows/.github/workflows/node-publish.yml@v1
    secrets:
      npm-auth-token: ${{ secrets.NPM_AUTOMATION_TOKEN }}
