We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d0577 commit 94230f5Copy full SHA for 94230f5
.github/workflows/deploy-main.yml
@@ -44,7 +44,7 @@ jobs:
44
VITE_TELEGRAM_API_HASH: ${{ secrets.TELEGRAM_API_HASH }}
45
46
- name: Inject & upload source maps to PostHog
47
- uses: PostHog/upload-source-maps@v0.4.6
+ uses: PostHog/upload-source-maps@v1.0.0
48
with:
49
directory: apps/web/dist
50
env-id: ${{ secrets.POSTHOG_CLI_ENV_ID }}
.github/workflows/deploy-release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
0 commit comments