diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b5204321d..ded6ae2cc 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -50,6 +50,7 @@ jobs: outputs: DOCKER_HUB_TOKEN: ${{ steps.secret-presence.outputs.DOCKER_HUB_TOKEN }} HAS_OSSRH: ${{ steps.secret-presence.outputs.HAS_OSSRH }} + HAS_SWAGGER: ${{ steps.secret-presence.outputs.HAS_SWAGGER }} steps: - name: Check whether secrets exist id: secret-presence