Skip to content

child-process-manager - Publish to NPM #37

child-process-manager - Publish to NPM

child-process-manager - Publish to NPM #37

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital
# SPDX-License-Identifier: MIT
name: Publish to NPM
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
environment: production
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install
- run: pnpm nx run-many -t check:all --all
- run: pnpm -r publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}