enhancement: wehotel(#152)
This commit is contained in:
13
.github/workflows/maven.yml
vendored
13
.github/workflows/maven.yml
vendored
@@ -6,11 +6,11 @@ name: Java CI with Maven
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master,modules-starter ]
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master,modules-starter ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- README.md
|
- README.md
|
||||||
- .gitignore
|
- .gitignore
|
||||||
@@ -82,3 +82,12 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: fizzgate/fizz-gateway-community:${{ steps.releaseVersion.outputs.substring }}
|
tags: fizzgate/fizz-gateway-community:${{ steps.releaseVersion.outputs.substring }}
|
||||||
|
- name: Publish to Apache Maven Central
|
||||||
|
uses: samuelmeuli/action-maven-publish@v1
|
||||||
|
with:
|
||||||
|
maven_profiles: release
|
||||||
|
server_id: sonatype-release
|
||||||
|
gpg_private_key: ${{ secrets.GPG_SECRET }}
|
||||||
|
gpg_passphrase: ${{ secrets.GPG_PASSPHASE }}
|
||||||
|
nexus_username: ${{ secrets.OSSRH_USER }}
|
||||||
|
nexus_password: ${{ secrets.OSSRH_PASSWORD }}
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@@ -369,9 +369,9 @@
|
|||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>fizzdev</id>
|
<id>fizzteam</id>
|
||||||
<name>fizzdev</name>
|
<name>fizzteam</name>
|
||||||
<email>dev@fizzgate.com</email>
|
<email>fizzteam@fizzgate.com</email>
|
||||||
<url>https://www.fizzgate.com</url>
|
<url>https://www.fizzgate.com</url>
|
||||||
<timezone>+8</timezone>
|
<timezone>+8</timezone>
|
||||||
</developer>
|
</developer>
|
||||||
|
|||||||
Reference in New Issue
Block a user