Skip to content

chore: update to fluvio 0.11.11 #17

chore: update to fluvio 0.11.11

chore: update to fluvio 0.11.11 #17

Workflow file for this run

name: Publish Hub
permissions: read-all
on:
push:
tags:
- v*
workflow_dispatch:
inputs:
branch:
description: "The branch, tag or SHA to checkout"
required: true
type: string
default: "main"
jobs:
publish:
uses: infinyon/fluvio/.github/workflows/connector-publish.yml@master
with:
package-name: sql-sink
branch: ${{ github.event.inputs.branch }}
fail-fast: false
readme: ./README.md
secrets:
CLOUD_USER_EMAIL: ${{ secrets.HUB_USER_EMAIL }}
CLOUD_USER_PASSWORD: ${{ secrets.HUB_USER_PASSWORD }}