File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 44
44
- name : Release accessors-smart
45
45
run : |
46
46
cd accessors-smart
47
- ./mvnw clean deploy -P release-sign-artifacts
47
+ ./mvnw clean install
48
+ ./mvnw deploy -P release-sign-artifacts
48
49
env :
49
50
CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
50
51
CENTRAL_TOKEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
53
54
- name : Release json-smart
54
55
run : |
55
56
cd json-smart
56
- ./mvnw clean deploy -P release-sign-artifacts
57
+ ./mvnw clean install
58
+ ./mvnw deploy -P release-sign-artifacts
57
59
env :
58
60
CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
59
61
CENTRAL_TOKEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
62
64
- name : Release json-smart-action
63
65
run : |
64
66
cd json-smart-action
65
- ./mvnw clean deploy -P release-sign-artifacts
67
+ ./mvnw clean install
68
+ ./mvnw deploy -P release-sign-artifacts
66
69
env :
67
70
CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
68
71
CENTRAL_TOKEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
You can’t perform that action at this time.
0 commit comments