Skip to content

Commit ea0a47f

Browse files
committed
Revert "fix: update environment variable reference for GA measurement ID"
This reverts commit e482959.
1 parent e482959 commit ea0a47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build with Next.js
6969
run: pnpm next build
7070
env:
71-
NEXT_PUBLIC_GA_MEASUREMENT_ID: ${{ env.NEXT_PUBLIC_GA_MEASUREMENT_ID }}
71+
NEXT_PUBLIC_GA_MEASUREMENT_ID: ${{ vars.NEXT_PUBLIC_GA_MEASUREMENT_ID }}
7272

7373
- name: Upload Build Artifacts
7474
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)