Skip to content

Commit 100fb30

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ 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+
cat .git/config
3132
env:
3233
BUILD_USER: x-access-token
3334
BUILD_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -49,7 +50,7 @@ jobs:
4950
${{ runner.os }}-maven-
5051
- name: Maven Prepare Release
5152
run: >-
52-
mvn -B
53+
mvn -B -X
5354
release:prepare -DpreparationProfiles=release
5455
-DreleaseVersion=${{ inputs.releaseVersion }}
5556
-DdevelopmentVersion=${{ inputs.developmentVersion }}

0 commit comments

Comments
 (0)