Skip to content

chore: bump to v9.7.0-rc.0 for 7702 dev build #459

chore: bump to v9.7.0-rc.0 for 7702 dev build

chore: bump to v9.7.0-rc.0 for 7702 dev build #459

Workflow file for this run

name: Publish Package to npmjs
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- release
permissions:
id-token: write # Required for OIDC
contents: read
jobs:
publish:
runs-on: ubuntu-latest
environment: npm-release
steps:
- uses: actions/checkout@v6
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v6
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
- run: corepack enable
- run: yarn install --frozen-lockfile
- run: npm publish