Set VITE_PLAUSIBLE_API_HOST for GitHub action

This commit is contained in:
wong2
2023-11-20 16:00:31 +08:00
parent c9e10d7a22
commit 4a0bac2fa8

View File

@@ -8,6 +8,9 @@ on:
tags:
- 'v*.*.*'
env:
VITE_PLAUSIBLE_API_HOST: ${{ vars.VITE_PLAUSIBLE_API_HOST }}
jobs:
build:
runs-on: ubuntu-latest