Skip to content

Commit f27b330

Browse files
Merge pull request #11 from devgateway/task/DVIZ-24/admin-docker-optimization
chore(DVIZ-24): fix maven release issue
2 parents 15a2692 + 4f964ab commit f27b330

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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)

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,9 @@
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>

0 commit comments

Comments
 (0)