Skip to content

nestjs@1.0.5

nestjs@1.0.5 #19

Workflow file for this run

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