Skip to content

chore: auto merge "all dependencies" PRs (#4821) #2944

chore: auto merge "all dependencies" PRs (#4821)

chore: auto merge "all dependencies" PRs (#4821) #2944

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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
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'