Skip to content

v0.67.1

v0.67.1 #145

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@v5
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