Skip to content

Commit

Permalink
feat: maven deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasM95 committed Apr 3, 2024
1 parent c4d67ab commit ea9e4a7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: Build with Maven Wrapper
run: ./mvnw install -DskipTests

- name: Maven Deploy
run: ./mvnw deploy -DskipTests

- name: Create Release
run: npx semantic-release
env:
Expand Down
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
<feign.version>11.10</feign.version>
</properties>


<distributionManagement>
<repository>
<id>github</id>
<name>VW Group Connector</name>
<url>https://maven.pkg.github.com/nicholasM95/vwgroup-connector</url>
</repository>
</distributionManagement>


<dependencies>
<dependency>
<groupId>io.github.openfeign</groupId>
Expand Down

0 comments on commit ea9e4a7

Please sign in to comment.