Skip to content

[1.13] Fix Kafka consumer cancellation (#3347) #40

[1.13] Fix Kafka consumer cancellation (#3347)

[1.13] Fix Kafka consumer cancellation (#3347) #40

name: Generate and Upload Component Metadata Bundle on Push to Tag
on:
push:
tags:
- '*'
jobs:
upload-bundle:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: 'false'
- name: Checkout code
uses: actions/checkout@v4
- name: Build component-metadata-bundle.json
run: make bundle-component-metadata
- name: Upload component-metadata-bundle.json
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: component-metadata-bundle.json