Skip to content

chore(main): release webdriver-bidi-protocol 0.0.6 (#28) #5

chore(main): release webdriver-bidi-protocol 0.0.6 (#28)

chore(main): release webdriver-bidi-protocol 0.0.6 (#28) #5

Workflow file for this run

name: Publish
permissions: read-all
on:
workflow_dispatch:
push:
tags:
- "*v*"
jobs:
npm-publish:
name: Publish npm packages
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check out repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 2
- name: Set npm registry
run: npm config set registry 'https://wombat-dressing-room.appspot.com/'
- name: Publish packages
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN_RELEASE}}
run: |
npm config set '//wombat-dressing-room.appspot.com/:_authToken' $NODE_AUTH_TOKEN
npm publish