Skip to content

SK-2048: Beta Release for Node SDK v2 with Detect public interfaces (… #7

SK-2048: Beta Release for Node SDK v2 with Detect public interfaces (…

SK-2048: Beta Release for Node SDK v2 with Detect public interfaces (… #7

Workflow file for this run

name: Public Beta Release
on:
push:
tags: '*.*.*-beta.*'
paths-ignore:
- "package.json"
- "package-lock.json"
- "*.md"
jobs:
build-and-deploy:
uses: ./.github/workflows/common-release.yml
with:
tag: beta
secrets: inherit