Skip to content

Release 2.14.3

Release 2.14.3 #5

name: SDK publish from master or support branch
on:
pull_request:
types: [closed]
branches:
- 'master'
- 'support/*'
jobs:
call-reusable:
if: ${{ github.event.pull_request.merged == true }}
uses: ./.github/workflows/publish-reusable.yml
with:
branch: ${{ github.base_ref }}
secrets: inherit