Skip to content

chore(main): release chromium-bidi 0.11.1 (#2909) #63

chore(main): release chromium-bidi 0.11.1 (#2909)

chore(main): release chromium-bidi 0.11.1 (#2909) #63

Workflow file for this run

name: Publish
# Declare default permissions as read only.
permissions: read-all
env:
FORCE_COLOR: 3
PIP_DISABLE_PIP_VERSION_CHECK: 1
on:
push:
tags:
- '*v*'
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version-file: '.nvmrc'
cache: npm
- name: Install and build npm dependencies
run: npm ci
- name: Publish
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
npm config set registry 'https://wombat-dressing-room.appspot.com/'
npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}'
npm publish