Skip to content

Commit 94230f5

Browse files
chore(deps): update posthog/upload-source-maps action to v1 (#541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a3d0577 commit 94230f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
VITE_TELEGRAM_API_HASH: ${{ secrets.TELEGRAM_API_HASH }}
4545

4646
- name: Inject & upload source maps to PostHog
47-
uses: PostHog/upload-source-maps@v0.4.6
47+
uses: PostHog/upload-source-maps@v1.0.0
4848
with:
4949
directory: apps/web/dist
5050
env-id: ${{ secrets.POSTHOG_CLI_ENV_ID }}

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
VITE_TELEGRAM_API_HASH: ${{ secrets.TELEGRAM_API_HASH }}
4141

4242
- name: Inject & upload source maps to PostHog
43-
uses: PostHog/upload-source-maps@v0.4.6
43+
uses: PostHog/upload-source-maps@v1.0.0
4444
with:
4545
directory: apps/web/dist
4646
env-id: ${{ secrets.POSTHOG_CLI_ENV_ID }}

0 commit comments

Comments
 (0)