Skip to content

Commit

Permalink
fix(ci): resolve current release in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Jul 27, 2024
1 parent affefb3 commit 22ce9dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 22ce9dc

Please sign in to comment.