Skip to content

Commit 1040ee3

Browse files
committed
delete all
1 parent b735ec2 commit 1040ee3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
echo "listing linked libraries" && ldd packagr-bumpr-linux-amd64
4949
5050
# restore modified dir to GH workspace.
51-
rm -rf $GITHUB_WORKSPACE/.*
51+
shopt -s dotglob
52+
rm -rf $GITHUB_WORKSPACE/*
5253
cp -a $PROJECT_PATH/. $GITHUB_WORKSPACE/
5354
5455
- name: Commit Changes

0 commit comments

Comments
 (0)