Skip to content

Commit 136f0c1

Browse files
committed
Additional tracing for release execution.
Signed-off-by: Łukasz Dywicki <[email protected]>
1 parent 01d0388 commit 136f0c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
run: |
2828
git config user.email "[email protected]"
2929
git config user.name "ConnectorIO Bot"
30-
git config --global url."https://${BUILD_USER}:${BUILD_TOKEN}@github.com/".insteadOf "[email protected]:"
30+
git config url."https://${BUILD_USER}:${BUILD_TOKEN}@github.com/".insteadOf "[email protected]:"
31+
export GIT_TRACE_PACKET=1
32+
export GIT_TRACE=1
33+
export GIT_CURL_VERBOSE=1
3134
env:
3235
BUILD_USER: x-access-token
3336
BUILD_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)