We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e482959 commit ea0a47fCopy full SHA for ea0a47f
.github/workflows/deploy.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Build with Next.js
69
run: pnpm next build
70
env:
71
- NEXT_PUBLIC_GA_MEASUREMENT_ID: ${{ env.NEXT_PUBLIC_GA_MEASUREMENT_ID }}
+ NEXT_PUBLIC_GA_MEASUREMENT_ID: ${{ vars.NEXT_PUBLIC_GA_MEASUREMENT_ID }}
72
73
- name: Upload Build Artifacts
74
uses: actions/upload-artifact@v4
0 commit comments