Skip to content

v0.67.2

v0.67.2 #146

Workflow file for this run

name: Publish NPM Package
on:
release:
types: [created]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
permissions:
contents: read
id-token: write # Required for npm provenance/OIDC
jobs:
publish-npm:
uses: zondax/_workflows/.github/workflows/_publish-npm.yaml@v6
permissions:
contents: read
id-token: write # Required for OIDC trusted publishing - must be in caller!
with:
timeout_minutes: 15
dry_run: false
github_app_auth: false
node_version: "22.22.1"