From 204b9e72fe24bf1b11f6b6d81b50d8e5bb4a64fc Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 14 Apr 2024 10:52:35 -0500 Subject: [PATCH] chore: update deploy script --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bb25194..9c339db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -68,4 +68,5 @@ jobs: script: | export GOOGLE_ANALYTICS_TAG="${{ secrets.GOOGLE_ANALYTICS_TAG }}" chmod +x blog.stevanfreeborn.com/deploy.ps1 - sudo pwsh ./blog.stevanfreeborn.com/deploy.ps1 ${{ needs.build.outputs.version }} \ No newline at end of file + sudo pwsh ./blog.stevanfreeborn.com/deploy.ps1 ${{ needs.build.outputs.version }} + unset GOOGLE_ANALYTICS_TAG \ No newline at end of file