Skip to content

build(deps): bump org.glassfish.jersey.core:jersey-common from 3.1.7 … #76

build(deps): bump org.glassfish.jersey.core:jersey-common from 3.1.7 …

build(deps): bump org.glassfish.jersey.core:jersey-common from 3.1.7 … #76

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