Skip to content

Commit

Permalink
deploy setup
Browse files Browse the repository at this point in the history
  • Loading branch information
marioserrano09 committed Jun 11, 2024
1 parent ec9d3af commit 89092a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}

- name: Build with Maven
run: mvn clean javadoc:jar source:jar deploy -P release-sign-artifacts
run: mvn clean javadoc:jar source:jar deploy -P release-sign-artifacts --file sources/pom.xml
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Maven Central](https://img.shields.io/maven-central/v/tools.dynamia.modules/tools.dynamia.modules.saas)](https://search.maven.org/search?q=tools.dynamia.modules.saas)
![Java Version Required](https://img.shields.io/badge/java-17-blue)
[![Maven Build](https://github.com/dynamiatools/module-saas/actions/workflows/maven.yml/badge.svg)](https://github.com/dynamiatools/module-saas/actions/workflows/maven.yml)
[![Release and Deploy](https://github.com/dynamiatools/module-saas/actions/workflows/release.yml/badge.svg)](https://github.com/dynamiatools/module-saas/actions/workflows/release.yml)

# SaaS Module

Expand Down

0 comments on commit 89092a5

Please sign in to comment.