Skip to content

build(deps): bump cloudEvents from 4.0.2 to 4.1.1 (#5833) #1071

build(deps): bump cloudEvents from 4.0.2 to 4.1.1 (#5833)

build(deps): bump cloudEvents from 4.0.2 to 4.1.1 (#5833) #1071

name: publish autodoc
on:
push:
branches:
- main
workflow_dispatch:
inputs:
version:
description: version to be published
required: false
type: string
jobs:
publish:
uses: eclipse-edc/.github/.github/workflows/publish-autodoc.yml@main
secrets: inherit
with:
version: ${{ github.event.inputs.version }}