From 22ce9dcf3557213c463d16a65f4e9b991b708a2b Mon Sep 17 00:00:00 2001 From: Artyom Sovetnikov <2056864+Elringus@users.noreply.github.com> Date: Sat, 27 Jul 2024 18:26:53 +0300 Subject: [PATCH] fix(ci): resolve current release in docs --- .github/workflows/docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 00f5e31..823b94e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,6 +16,9 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + # force-fetch git tags (used to resolve current release in docs) + # remove when fixed: https://github.com/actions/checkout/issues/882 + ref: ${{ github.ref }} - uses: actions/setup-node@v4 - name: build run: |