Skip to content

ci: publish job

ci: publish job #44

Workflow file for this run

name: ⚙️ Publish
on:
workflow_call:
secrets:
NPM_TOKEN:
required: true
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
jobs:
publish:
- name: Checkout

Check failure on line 16 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: ./.github/actions
- name: Build
run: npx nx affected -t build --parallel=3 --exclude='*,!tag:type:publish'
- name: Publish packages
run: npx nx release publish