File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,10 @@ jobs:
3939 restore-keys : |
4040 ${{ runner.os }}-maven-
4141
42- - name : Configure Git user
43- run : |
44- git config user.email "[email protected] " 45- git config user.name "GitHub Actions"
46-
4742 - name : Prepare Release
4843 id : release
44+ env :
45+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4946 run : |
5047 # Get current version from pom.xml
5148 CURRENT_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
Original file line number Diff line number Diff line change 6060 </ciManagement >
6161
6262 <scm >
63- <
url >
[email protected] :devgateway/data-viz-admin.git</
url >
6463 <developerConnection >
65- scm:git:git@ github.com: devgateway/data-viz-admin.git
64+ scm:git:https:// github.com/ devgateway/data-viz-admin.git
6665 </developerConnection >
67- <
connection >
[email protected] :devgateway/data-viz-admin.git</
connection >
68- <tag >HEAD</tag >
6966 </scm >
7067
7168 <distributionManagement >
You can’t perform that action at this time.
0 commit comments