mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-14 11:06:13 +05:00
Avoid committing release dist artifacts
This commit is contained in:
parent
e5dd4a0fad
commit
8f2ca42550
@ -136,7 +136,7 @@ commit_push_publish() {
|
||||
|
||||
(
|
||||
cd "$repo"
|
||||
git add -A
|
||||
git add -A -- . ':!dist' ':!dist/**'
|
||||
if ! git diff --cached --quiet; then
|
||||
git commit -m "release: ${package} ${version}"
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user