Skip to content

chore(deps): bump zondax/_workflows/.github/workflows/_checks-ts.yaml from 5 to 10 #18

chore(deps): bump zondax/_workflows/.github/workflows/_checks-ts.yaml from 5 to 10

chore(deps): bump zondax/_workflows/.github/workflows/_checks-ts.yaml from 5 to 10 #18

Workflow file for this run

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