We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b735ec2 commit 1040ee3Copy full SHA for 1040ee3
1 file changed
.github/workflows/release.yaml
@@ -48,7 +48,8 @@ jobs:
48
echo "listing linked libraries" && ldd packagr-bumpr-linux-amd64
49
50
# restore modified dir to GH workspace.
51
- rm -rf $GITHUB_WORKSPACE/.*
+ shopt -s dotglob
52
+ rm -rf $GITHUB_WORKSPACE/*
53
cp -a $PROJECT_PATH/. $GITHUB_WORKSPACE/
54
55
- name: Commit Changes
0 commit comments