Skip to content

Commit ecff5d5

Browse files
fix
1 parent 2e0a0b9 commit ecff5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config --global user.name $username
2424
- name: deploy to build
2525
env:
26-
VITE_HELLO_WORLD: ${{ VITE_HELLO_WORLD }}
26+
VITE_HELLO_WORLD: ${{ vars.VITE_HELLO_WORLD }}
2727
run: |
2828
npm i
2929
NODE_ENV=production npm run build

0 commit comments

Comments
 (0)