Skip to content

Commit

Permalink
Merge pull request #191 from terrateamio/190-fix-ui-analytics-build
Browse files Browse the repository at this point in the history
#190 FIX UI analytics in builds
  • Loading branch information
orbitz authored Dec 18, 2024
2 parents c16e516 + cf745f7 commit 034686a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
VERSION_TAG: ${{ needs.set-version-tag.outputs.version_tag }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TERRATEAM_UI_ANALYTICS: ${{ github.event.inputs.environment == 'production' && vars.TERRATEAM_POSTHOG_TOKEN || 'false' }}
TERRAT_UI_ANALYTICS: ${{ github.event.inputs.environment == 'production' && vars.TERRATEAM_POSTHOG_TOKEN || 'false' }}
TERRATEAM_ENVIRONMENT: ${{ github.event.inputs.environment || 'production' }}
MATRIX_TARGET: ${{ matrix.target }}

Expand Down

0 comments on commit 034686a

Please sign in to comment.