Skip to content

Commit 13d282b

Browse files
committed
patch deploy
1 parent b4940f5 commit 13d282b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release-publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
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 }}
@@ -53,7 +54,8 @@ jobs:
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 }}
@@ -62,7 +64,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)