Skip to content

Roll protocol to r1541592 #476

Roll protocol to r1541592

Roll protocol to r1541592 #476

Workflow file for this run

name: publish-on-tag
on:
push:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
- name: Update npm
run: npm install -g npm@latest
- name: Publish
run: |
npm publish --provenance --access public