Skip to content

Commit a2bc637

Browse files
committed
ci: another attempt to fix nightly builds
1 parent b1ae62d commit a2bc637

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publish-nightly.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ setup_git() {
66
}
77

88
commit_files() {
9-
git add dist -f
9+
sed -i '/dist/d' ./.gitignore
10+
git add dist
1011
git commit -m "Update nightly files"
1112
}
1213

0 commit comments

Comments
 (0)