Skip to content

Commit

Permalink
try again with restored dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 18, 2021
1 parent 663a7d1 commit c257563
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,19 @@ jobs:
chmod +x packagr-bumpr-linux-amd64
./packagr-bumpr-linux-amd64 --help
echo "listing linked libraries" && ldd packagr-bumpr-linux-amd64
# restore modified dir to GH workspace.
rm -rf $GITHUB_WORKSPACE/.*
cp -a $PROJECT_PATH/. $GITHUB_WORKSPACE/
- name: Commit Changes
id: commit
uses: packagrio/action-releasr-go@master
env:
# This is necessary in order to push a commit to the repo
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
with:
cwd: ${{ env.PROJECT_PATH }}
# with:
# cwd: ${{ env.PROJECT_PATH }}
- name: Publish Release
id: publish
uses: packagrio/action-publishr-go@master
Expand Down

0 comments on commit c257563

Please sign in to comment.