From fe3d286f8cba24d8ca0b7acacc87c3d34c7e6eed Mon Sep 17 00:00:00 2001 From: Petyo Ivanov Date: Sat, 28 Oct 2023 15:19:24 +0200 Subject: [PATCH] docs: chain the jobs --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a476986..52b16466 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,6 +44,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release publish-site: + needs: release name: Publish site uses: mdx-editor/site/.github/workflows/release.yml@master secrets: inherit