File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,16 @@ jobs:
27
27
- name : Build Pubsubly Redis Message Header Plugin with Maven
28
28
run : mvn --settings settings.xml -U -B install --file ./redis-message-header-plugin/pom.xml
29
29
- name : Deploy Pubsubly Redis Message Header Plugin with Maven
30
+ env :
31
+ MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
32
+ MAVEN_PASSWORD : ${{ secrets.OSSRH_TOKEN }}
30
33
run :
31
34
mvn --settings settings.xml deploy --file ./redis-message-header-plugin/pom.xml
32
35
- name : Build Pubsubly Service with Maven
33
36
run : mvn -B package --file ./pubsubly-service/pom.xml
34
37
- name : Deploy Pubsubly Service with Maven
38
+ env :
39
+ MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
40
+ MAVEN_PASSWORD : ${{ secrets.OSSRH_TOKEN }}
35
41
run :
36
42
mvn --settings settings.xml deploy --file ./pubsubly-service/pom.xml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments