Skip to content

Commit

Permalink
enable install before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjing2 committed Jun 7, 2024
1 parent a7a4f54 commit 0fc4568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/koupleless_runtime_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: install with Maven
run: mvn clean install -Prelease
run: mvn clean install
- name: deploy with Maven
run: mvn --batch-mode deploy -DskipTests -Prelease
env:
Expand Down

0 comments on commit 0fc4568

Please sign in to comment.