Skip to content

Commit 616e3fa

Browse files
committed
Sleep for 2 seconds
1 parent fadee33 commit 616e3fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ update_version_file() {
3838
echo "File $file does not exist."
3939
exit 1
4040
fi
41-
sleep 1
41+
sleep 2
4242
}
4343

4444
# Commit and push the changes

0 commit comments

Comments
 (0)