diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 2c86e0e5..c160413e 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -11,4 +11,4 @@ jobs: - env: GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }} run: | - gh workflow run --repo Froxlor/Documentation build-and-deploy.yml -f type=tags ref=${{github.event.release.tag_name}} + gh workflow run --repo Froxlor/Documentation build-and-deploy.yml -f type=tags -f ref=${{github.ref_name}}