Skip to content

Commit

Permalink
feat: push to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasM95 committed May 21, 2024
1 parent 14465bc commit 5e3aace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Configure maven settings
if: github.ref == 'refs/heads/main'
uses: s4u/maven-settings-action@v3.0.0
with:
servers: |
Expand All @@ -73,6 +74,7 @@ jobs:
}]
- name: Publish to the Maven Central Repository
if: github.ref == 'refs/heads/main'
run: ./mvnw deploy -DskipTests -Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Update CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<tag>HEAD</tag>
</scm>

<url>https://vwgroup-connector.nicholasmeyers.be/</url>
<url>https://vwgroup-connector.nicholasmeyers.be</url>

<dependencies>
<dependency>
Expand Down

0 comments on commit 5e3aace

Please sign in to comment.