kempo-ui 0.0.72 → 0.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -51,7 +51,7 @@ jobs:
|
|
|
51
51
|
git config --global user.name "github-actions"
|
|
52
52
|
git config --global user.email "github-actions@github.com"
|
|
53
53
|
npm version ${{ steps.version.outputs.type }} --no-git-tag-version
|
|
54
|
-
git add
|
|
54
|
+
git add -A || true
|
|
55
55
|
git commit -m "ci: bump ${{ steps.version.outputs.type }} version [skip ci]" || echo "No changes to commit"
|
|
56
56
|
git push origin HEAD:main || echo "No changes to push"
|
|
57
57
|
env:
|