Skip to content

Commit

Permalink
Merge pull request #95 from koupleless/youji-dev
Browse files Browse the repository at this point in the history
enable install before deploy
  • Loading branch information
lvjing2 authored Jun 7, 2024
2 parents f807135 + 0fc4568 commit 2f7b24b
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 2f7b24b

Please sign in to comment.