Skip to content

Publish NestJS Package #16

Publish NestJS Package

Publish NestJS Package #16

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