Skip to content

Commit 411c894

Browse files
committed
F&
1 parent e982043 commit 411c894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: Setup Hugo Version
2424
id: hugo_version
2525
run: |
26-
echo "HUGO_VERSION=$(cat .tool-versions | grep hugo | cut -d' ' -f2 | cut -d'_' -f2)" >> "$GITHUB_ENV"
26+
HUGO_VERSION=$(cat .tool-versions | grep hugo | cut -d' ' -f2 | cut -d'_' -f2)
27+
echo "HUGO_VERSION=$HUGO_VERSION" >> "$GITHUB_ENV"
2728
2829
- name: Setup Hugo
2930
uses: peaceiris/actions-hugo@v3

0 commit comments

Comments
 (0)