Skip to content

Commit f4c4170

Browse files
authored
fix check-package-version step (#2018)
1 parent ee79ecb commit f4c4170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- name: Check package version and detect an update
2121
id: check-package-version
2222
uses: PostHog/check-package-version@v2
23+
with:
24+
path: packages/browser
2325

2426
release:
2527
name: Publish release if new version

0 commit comments

Comments
 (0)