We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d0388 commit 100fb30Copy full SHA for 100fb30
.github/workflows/release.yml
@@ -27,7 +27,8 @@ jobs:
27
run: |
28
git config user.email "[email protected]"
29
git config user.name "ConnectorIO Bot"
30
- git config --global url."https://${BUILD_USER}:${BUILD_TOKEN}@github.com/".insteadOf "[email protected]:"
+ git config url."https://${BUILD_USER}:${BUILD_TOKEN}@github.com/".insteadOf "[email protected]:"
31
+ cat .git/config
32
env:
33
BUILD_USER: x-access-token
34
BUILD_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -49,7 +50,7 @@ jobs:
49
50
${{ runner.os }}-maven-
51
- name: Maven Prepare Release
52
run: >-
- mvn -B
53
+ mvn -B -X
54
release:prepare -DpreparationProfiles=release
55
-DreleaseVersion=${{ inputs.releaseVersion }}
56
-DdevelopmentVersion=${{ inputs.developmentVersion }}
0 commit comments