Skip to content

avro: fix schema metadata extraction failure for nested records in nullable unions #346

avro: fix schema metadata extraction failure for nested records in nullable unions

avro: fix schema metadata extraction failure for nested records in nullable unions #346

Workflow file for this run

name: Tag Bundles
on:
pull_request:
types:
- closed
branches:
- main
jobs:
tag-bundles:
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'update-bundles-')
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- name: Create and push bundle tags
run: |
./resources/scripts/tag_bundles.sh
git push origin --tags