From 05619b74509c400d406c2107144e353e4e094527 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 31 Jul 2026 18:51:39 +0200 Subject: [PATCH] Fix docs build trigger See gh-37097 --- .github/workflows/build-and-deploy-snapshot.yml | 2 +- .github/workflows/publish-milestone.yml | 2 +- .github/workflows/publish-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 167c97dff8b..60437036c4d 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -60,7 +60,7 @@ jobs: - name: Run Deploy Docs Workflow env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh workflow run deploy-docs.yml --repo ${{ github.repository }} -r docs-build -f build-sha=${{ github.sha }} -f build-refname=${{ github.ref_name }} -f build-version=${{ needs.build-and-deploy-snapshot.outputs.version }} + run: gh workflow run deploy-docs.yml --repo ${{ github.repository }} -r docs-build -f build-refname=${{ github.ref_name }} verify: name: Verify needs: build-and-deploy-snapshot diff --git a/.github/workflows/publish-milestone.yml b/.github/workflows/publish-milestone.yml index e280b3789c6..d565f7fab97 100644 --- a/.github/workflows/publish-milestone.yml +++ b/.github/workflows/publish-milestone.yml @@ -21,7 +21,7 @@ jobs: - name: Run Deploy Docs Workflow env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh workflow run deploy-docs.yml --repo ${{ github.repository }} -r docs-build -f build-refname=${{ github.ref_name }} -f build-version=${{ steps.version.outputs.version }} + run: gh workflow run deploy-docs.yml --repo ${{ github.repository }} -r docs-build -f build-refname=${{ github.ref_name }} create-github-release: name: Create GitHub Release needs: diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 4db75cba4eb..a6677249de5 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -20,7 +20,7 @@ jobs: - name: Run Deploy Docs Workflow env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh workflow run deploy-docs.yml --repo ${{ github.repository }} -r docs-build -f build-refname=${{ github.ref_name }} -f build-version=${{ steps.version.outputs.version }} + run: gh workflow run deploy-docs.yml --repo ${{ github.repository }} -r docs-build -f build-refname=${{ github.ref_name }} create-github-release: name: Create GitHub Release needs: