Skip to content

Commit 6a2508c

Browse files
author
Dennis Labordus
committed
Make release through github actions.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 1789b9a commit 6a2508c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
name: Maven Build
5+
name: Build Project
66

77
on: push
88

.github/workflows/publish-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
name: Docker Hub Publish
5+
name: Publish Project
66

77
on:
88
release:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SPDX-License-Identifier: Apache-2.0
4848
<repository>
4949
<id>github-packages-compas</id>
5050
<name>GitHub Packages</name>
51-
<url>https://maven.pkg.github.com/com-pas/compas-scl-datat-service</url>
51+
<url>https://maven.pkg.github.com/com-pas/compas-scl-data-service</url>
5252
</repository>
5353
</distributionManagement>
5454

0 commit comments

Comments
 (0)