Skip to content

Commit 9660782

Browse files
authored
fix: Removes debug output (#590)
...since we no longer need it.
1 parent e72bc99 commit 9660782

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ jobs:
110110

111111
- name: Commit and Push Changes (to temp branch)
112112
run: |
113-
echo "--- Debugging package-lock.json state ---"
114-
git status --porcelain package-lock.json || true # Show if it's modified
115-
git diff package-lock.json || true # Show actual diff if modified
116-
echo "-------------------------------------"
117113
git add dist/ package-lock.json
118114
if [ -z "$(git status --porcelain)" ]; then
119115
echo "No changes to commit"

0 commit comments

Comments
 (0)