Skip to content

Commit 59f9209

Browse files
committed
fix: Fix CI (test commit)
1 parent e026a0c commit 59f9209

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish-npm.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,10 @@ jobs:
3535
- name: Run Lerna Version and Capture Tag
3636
id: version
3737
run: |
38-
# Save current tags before running lerna version
3938
git tag > before_tags.txt
40-
41-
# Run lerna version (will only bump if relevant commits exist)
4239
npx lerna version --conventional-commits --yes --no-push
43-
44-
# Save tags after lerna version
4540
git tag > after_tags.txt
4641
47-
# Compare tags before and after
4842
if diff before_tags.txt after_tags.txt > /dev/null; then
4943
echo "published=false" >> $GITHUB_OUTPUT
5044
else

0 commit comments

Comments
 (0)