Skip to content

docs(headless-react): more typedoc annotations (#4890) #2995

docs(headless-react): more typedoc annotations (#4890)

docs(headless-react): more typedoc annotations (#4890) #2995

Workflow file for this run

name: Master Robot
on:
push:
branches:
- master
- 'prerelease/**'
permissions:
contents: read
jobs:
prerelease:
timeout-minutes: 40
name: Pre-release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
runs-on: ubuntu-latest
environment: 'Prerelease'
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Install npm
run: npm i -g npm@11
shell: bash
- run: npm ci
shell: bash
- name: Release
run: |
npm run nx:graph
npm run release:phase1
npm run release:phase2
env:
DEBUG: '*'
IS_PRERELEASE: 'true'