Skip to content

Roll protocol to r1616338 #530

Roll protocol to r1616338

Roll protocol to r1616338 #530

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@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
- name: Publish
run: |
npm publish --provenance --access public