Skip to content

Commit d86476e

Browse files
committed
fixing syntax for github actions
1 parent 98882c4 commit d86476e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: "Build Versioned Hugo Release"
6060
if: github.event_name == 'release' && github.event.action == 'published'
6161
env:
62-
HUGO_URL: ${HUGO_URL}release/${{ steps.version.outputs.tags }}
62+
HUGO_URL: ${{ env.HUGO_URL }}release/${{ steps.version.outputs.tags }}
6363
HUGO_PUBLISH_DIR: public/release/${{ steps.version.outputs.tags }}
6464
run: |
6565
make lint

0 commit comments

Comments
 (0)