We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663a7d1 commit c257563Copy full SHA for c257563
1 file changed
.github/workflows/release.yaml
@@ -46,14 +46,19 @@ jobs:
46
chmod +x packagr-bumpr-linux-amd64
47
./packagr-bumpr-linux-amd64 --help
48
echo "listing linked libraries" && ldd packagr-bumpr-linux-amd64
49
+
50
+ # restore modified dir to GH workspace.
51
+ rm -rf $GITHUB_WORKSPACE/.*
52
+ cp -a $PROJECT_PATH/. $GITHUB_WORKSPACE/
53
54
- name: Commit Changes
55
id: commit
56
uses: packagrio/action-releasr-go@master
57
env:
58
# This is necessary in order to push a commit to the repo
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
- with:
- cwd: ${{ env.PROJECT_PATH }}
60
+# with:
61
+# cwd: ${{ env.PROJECT_PATH }}
62
- name: Publish Release
63
id: publish
64
uses: packagrio/action-publishr-go@master
0 commit comments