Skip to content

Commit

Permalink
Make release through github actions.
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Labordus <[email protected]>
  • Loading branch information
Dennis Labordus committed Jul 12, 2021
1 parent 1789b9a commit 6a2508c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

name: Maven Build
name: Build Project

on: push

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

name: Docker Hub Publish
name: Publish Project

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SPDX-License-Identifier: Apache-2.0
<repository>
<id>github-packages-compas</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/com-pas/compas-scl-datat-service</url>
<url>https://maven.pkg.github.com/com-pas/compas-scl-data-service</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 6a2508c

Please sign in to comment.