Skip to content

build(deps): bump jupiter from 5.11.1 to 5.11.2 (#4530) #327

build(deps): bump jupiter from 5.11.1 to 5.11.2 (#4530)

build(deps): bump jupiter from 5.11.1 to 5.11.2 (#4530) #327

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 }}