Skip to content

Commit d3a86df

Browse files
committed
deploy one by one
1 parent 13d282b commit d3a86df

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/release-publish.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -64,7 +64,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)