From 5ee6922be6a2952a1974d4f7774f050647ceafba Mon Sep 17 00:00:00 2001 From: David Newell Date: Thu, 23 Oct 2025 18:16:36 +0100 Subject: [PATCH 1/4] chore: update action cli version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cdf45e6..228c830 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: steps: - name: Install posthog CLI shell: bash - run: npm i -g @posthog/cli@0.4.6 + run: npm i -g @posthog/cli@0.5.5 - name: Upload sourcemaps shell: bash From 19a810412940e868674daeaa17bd377c22b4d32d Mon Sep 17 00:00:00 2001 From: David Newell Date: Thu, 23 Oct 2025 18:18:05 +0100 Subject: [PATCH 2/4] update version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f6db5b..a2df006 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: # Inject and upload source maps using this action - name: Inject & upload source maps to PostHog - uses: PostHog/upload-source-maps@v0.4.6.1 + uses: PostHog/upload-source-maps@v0.5.0 with: directory: dist env-id: ${{ secrets.POSTHOG_ENV_ID }} From 830d792fe9045f1497a7a816a5e846594a7bbede Mon Sep 17 00:00:00 2001 From: David Newell Date: Mon, 27 Oct 2025 10:08:17 +0000 Subject: [PATCH 3/4] latest version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 228c830..6b0ff4f 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: steps: - name: Install posthog CLI shell: bash - run: npm i -g @posthog/cli@0.5.5 + run: npm i -g @posthog/cli@0.5.7 - name: Upload sourcemaps shell: bash From 8b850e2629379c91b30e2307da5b7e0d143e7e87 Mon Sep 17 00:00:00 2001 From: David Newell Date: Mon, 27 Oct 2025 14:39:17 +0000 Subject: [PATCH 4/4] reset --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2df006..9f6db5b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: # Inject and upload source maps using this action - name: Inject & upload source maps to PostHog - uses: PostHog/upload-source-maps@v0.5.0 + uses: PostHog/upload-source-maps@v0.4.6.1 with: directory: dist env-id: ${{ secrets.POSTHOG_ENV_ID }}