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:
45
45
cd ../json-smart && ./mvnw versions:use-dep-version -q -Dincludes=net.minidev:accessors-smart -DdepVersion=${{ github.event.inputs.version }} -DgenerateBackupPoms=false
46
46
cd ../json-smart-action && ./mvnw versions:use-dep-version -q -Dincludes=net.minidev:json-smart -DdepVersion=${{ github.event.inputs.version }} -DgenerateBackupPoms=false
47
47
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 }}
57
57
58
58
- name : Release json-smart
59
59
run : |
You can’t perform that action at this time.
0 commit comments