Skip to content

Commit 8edbb2c

Browse files
authored
docs: Fix typo in docs generation
Signed-off-by: Eric Deandrea <[email protected]>
1 parent b99d167 commit 8edbb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
working-directory: app
5959
run: |
6060
echo "DOCS_ALIAS=dev" >> $GITHUB_ENV
61-
echo "CURRENT_VERSION=$(yq '.release.current-version' .github/project.yml)" >> $GITHUB_ENV
61+
echo "DOCS_VERSION=$(yq '.release.current-version' .github/project.yml)" >> $GITHUB_ENV
6262
6363
- name: Get docs
6464
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)