From 061ac38d526d9a37e0dd57b1a9088fd3aab5b748 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 4 Nov 2023 17:58:07 +0100 Subject: [PATCH] Update publish-1.0-docs.yml (#67) --- .github/workflows/publish-1.0-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-1.0-docs.yml b/.github/workflows/publish-1.0-docs.yml index 999c87fb..d9434f17 100644 --- a/.github/workflows/publish-1.0-docs.yml +++ b/.github/workflows/publish-1.0-docs.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: jobs: - publish-1.0-docs: + publish-docs: if: github.repository == 'apache/incubator-pekko-persistence-r2dbc' name: Publish 1.0 Docs runs-on: ubuntu-20.04