Skip to content

client@1.0.3

client@1.0.3 #20

Workflow file for this run

name: Publish NestJS Package
on:
release:
types:
- published
jobs:
publish:
if: startsWith(github.event.release.tag_name, 'nestjs')
name: NestJS
uses: ./.github/workflows/_publish.yaml
with:
target: nestjs
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}