mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-14 05:43:46 +08:00
Merge remote-tracking branch 'origin/release' into release
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -10,12 +10,17 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Set up Maven Central Repo
|
- name: Set up Maven Central Repo
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
|
server-id: sonatype-nexus-staging
|
||||||
|
server-username: ${{ secrets.OSSRH_USER }}
|
||||||
|
server-password: ${{ secrets.OSSRH_PASSWORD }}
|
||||||
|
gpg-passphrase: ${{ secrets.GPG_PASSWORD }}
|
||||||
- name: Publish to Maven Central Repo
|
- name: Publish to Maven Central Repo
|
||||||
uses: samuelmeuli/action-maven-publish@v1
|
uses: samuelmeuli/action-maven-publish@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user