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 4444 - name : Release accessors-smart
4545 run : |
4646 cd accessors-smart
47- ./mvnw clean deploy -P release-sign-artifacts
47+ ./mvnw clean install
48+ ./mvnw deploy -P release-sign-artifacts
4849 env :
4950 CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
5051 CENTRAL_TOKEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
5354 - name : Release json-smart
5455 run : |
5556 cd json-smart
56- ./mvnw clean deploy -P release-sign-artifacts
57+ ./mvnw clean install
58+ ./mvnw deploy -P release-sign-artifacts
5759 env :
5860 CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
5961 CENTRAL_TOKEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
6264 - name : Release json-smart-action
6365 run : |
6466 cd json-smart-action
65- ./mvnw clean deploy -P release-sign-artifacts
67+ ./mvnw clean install
68+ ./mvnw deploy -P release-sign-artifacts
6669 env :
6770 CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
6871 CENTRAL_TOKEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
You can’t perform that action at this time.
0 commit comments