Skip to content

Commit 89092a5

Browse files
deploy setup
1 parent ec9d3af commit 89092a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2929

3030
- name: Build with Maven
31-
run: mvn clean javadoc:jar source:jar deploy -P release-sign-artifacts
31+
run: mvn clean javadoc:jar source:jar deploy -P release-sign-artifacts --file sources/pom.xml
3232
env:
3333
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3434
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![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)
22
![Java Version Required](https://img.shields.io/badge/java-17-blue)
33
[![Maven Build](https://github.com/dynamiatools/module-saas/actions/workflows/maven.yml/badge.svg)](https://github.com/dynamiatools/module-saas/actions/workflows/maven.yml)
4+
[![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)
45

56
# SaaS Module
67

0 commit comments

Comments
 (0)