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