SDK: regenerating from 3c6805d1c940542101be511129b87138d973eff7 #42
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 |