Skip to content

Commit

Permalink
[releng] Update the workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Fasani <[email protected]>
  • Loading branch information
lfasani committed Nov 26, 2024
1 parent 94af3c3 commit c1f0dc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: mvn -U -B -e clean verify -f backend/pom.xml --settings settings.xml

- name: Publish the backend
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
env:
USERNAME: ${{ github.actor }}
PASSWORD: ${{ github.token }}
Expand Down
7 changes: 7 additions & 0 deletions backend/deeplab-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
<sirius.version>7.2.0-SNAPSHOT</sirius.version>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<name>ObeoNetwork Pepper</name>
<url>https://maven.pkg.github.com/ObeoNetwork/pepper</url>
</repository>
</distributionManagement>

<repositories>
<repository>
Expand Down

0 comments on commit c1f0dc8

Please sign in to comment.