SDK: regenerating from 916d8bc5fea639a2bb73705a1391ca24d419c29a #41
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release the SDK | |
on: | |
pull_request: | |
types: ['closed'] | |
paths: | |
- 'sdk/**' | |
concurrency: | |
group: 'release-${{ github.head_ref }}' | |
cancel-in-progress: true | |
jobs: | |
release-go-sdk: | |
if: ${{ github.event.pull_request.merged == true }} | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- uses: actions/checkout@v3 | |
- name: "determine and publish the Git Tag" | |
run: | | |
./scripts/determine-and-publish-git-tag.sh |