File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ jobs:
41
41
cd ../json-smart && ./mvnw versions:set -q -DnewVersion=${{ github.event.inputs.version }} -DgenerateBackupPoms=false
42
42
cd ../json-smart-action && ./mvnw versions:set -q -DnewVersion=${{ github.event.inputs.version }} -DgenerateBackupPoms=false
43
43
44
- - name : Release accessors-smart
45
- run : |
46
- cd accessors-smart
47
- ./mvnw clean install
48
- ./mvnw deploy -P release-sign-artifacts
49
- env :
50
- CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
51
- CENTRAL_TOKEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
52
- MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
44
+ # - name: Release accessors-smart
45
+ # run: |
46
+ # cd accessors-smart
47
+ # ./mvnw -q clean install
48
+ # ./mvnw deploy -P release-sign-artifacts
49
+ # env:
50
+ # CENTRAL_TOKEN_USERNAME: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
51
+ # CENTRAL_TOKEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
52
+ # MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
53
53
54
54
- name : Release json-smart
55
55
run : |
56
56
cd json-smart
57
- ./mvnw clean install
57
+ ./mvnw -q clean install
58
58
./mvnw deploy -P release-sign-artifacts
59
59
env :
60
60
CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
64
64
- name : Release json-smart-action
65
65
run : |
66
66
cd json-smart-action
67
- ./mvnw clean install
67
+ ./mvnw -q clean install
68
68
./mvnw deploy -P release-sign-artifacts
69
69
env :
70
70
CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
You can’t perform that action at this time.
0 commit comments