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 e72bc99 commit 9660782Copy full SHA for 9660782
.github/workflows/release.yml
@@ -110,10 +110,6 @@ jobs:
110
111
- name: Commit and Push Changes (to temp branch)
112
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 "-------------------------------------"
117
git add dist/ package-lock.json
118
if [ -z "$(git status --porcelain)" ]; then
119
echo "No changes to commit"
0 commit comments