Skip to content

Auto PR: Regenerating the Go SDK (700e1e42bb09459d874bbffd75c20f631e800248) #506

Auto PR: Regenerating the Go SDK (700e1e42bb09459d874bbffd75c20f631e800248)

Auto PR: Regenerating the Go SDK (700e1e42bb09459d874bbffd75c20f631e800248) #506

name: Conditionally Release the SDK
on:
pull_request:
types: ['closed']
concurrency:
group: 'release-${{ github.head_ref }}'
cancel-in-progress: true
jobs:
release-go-sdk:
if: ${{ github.event.pull_request.merged == true && contains( github.event.pull_request.labels.*.name, 'release-once-merged') }}
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: run the unit tests
run: |
make tools
make test
- name: "determine and publish the Git Tag"
run: |
./scripts/determine-and-publish-git-tag.sh