Skip to content

SK-2328 public release after fixing vulnerabilities (#252) #40

SK-2328 public release after fixing vulnerabilities (#252)

SK-2328 public release after fixing vulnerabilities (#252) #40

Workflow file for this run

name: Public Release
on:
push:
tags: '*.*.\d+'
paths-ignore:
- "package.json"
- "package-lock.json"
- "*.md"
jobs:
call-common-workflow:
uses: ./.github/workflows/common-release.yml
with:
registry-url: 'https://registry.npmjs.org'
tag: public
secrets: inherit