File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ jobs:
4141 cd ../json-smart && ./mvnw versions:set -q -DnewVersion=${{ github.event.inputs.version }} -DgenerateBackupPoms=false
4242 cd ../json-smart-action && ./mvnw versions:set -q -DnewVersion=${{ github.event.inputs.version }} -DgenerateBackupPoms=false
4343
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 }}
5353
5454 - name : Release json-smart
5555 run : |
5656 cd json-smart
57- ./mvnw clean install
57+ ./mvnw -q clean install
5858 ./mvnw deploy -P release-sign-artifacts
5959 env :
6060 CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
6464 - name : Release json-smart-action
6565 run : |
6666 cd json-smart-action
67- ./mvnw clean install
67+ ./mvnw -q clean install
6868 ./mvnw deploy -P release-sign-artifacts
6969 env :
7070 CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
You can’t perform that action at this time.
0 commit comments