Skip to content

Commit

Permalink
delete all
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 18, 2021
1 parent 1040ee3 commit c788001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
echo "listing linked libraries" && ldd packagr-bumpr-linux-amd64
# restore modified dir to GH workspace.
shopt -s dotglob
rm -rf $GITHUB_WORKSPACE/*
cp -a $PROJECT_PATH/. $GITHUB_WORKSPACE/
rm -rf $GITHUB_WORKSPACE/.git
cp -arf $PROJECT_PATH/. $GITHUB_WORKSPACE/
- name: Commit Changes
id: commit
Expand Down

0 comments on commit c788001

Please sign in to comment.