File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ jobs:
4545 cd ../json-smart && ./mvnw versions:use-dep-version -q -Dincludes=net.minidev:accessors-smart -DdepVersion=${{ github.event.inputs.version }} -DgenerateBackupPoms=false
4646 cd ../json-smart-action && ./mvnw versions:use-dep-version -q -Dincludes=net.minidev:json-smart -DdepVersion=${{ github.event.inputs.version }} -DgenerateBackupPoms=false
4747
48- # - name: Release accessors-smart
49- # run: |
50- # cd accessors-smart
51- # ./mvnw -q clean install
52- # ./mvnw deploy -P release-sign-artifacts
53- # env:
54- # CENTRAL_TOKEN_USERNAME: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
55- # CENTRAL_TOKEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
56- # MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
48+ - name : Release accessors-smart
49+ run : |
50+ cd accessors-smart
51+ ./mvnw -q clean install
52+ # ./mvnw deploy -P release-sign-artifacts
53+ env :
54+ CENTRAL_TOKEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
55+ CENTRAL_TOKEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
56+ MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
5757
5858 - name : Release json-smart
5959 run : |
You can’t perform that action at this time.
0 commit comments