Skip to content

CD

CD #53

Workflow file for this run

name: CD
on:
workflow_run:
workflows: ['CI']
types:
- completed
branches:
- main
jobs:
delivery:
name: Delivery
runs-on: ubuntu-latest
steps:
- uses: actalog/check-ci@main
- uses: actions/checkout@v4
- uses: actalog/node-pkg-cd@v1
with:
node-auth-token: ${{ secrets.NPM_TOKEN }}