fix: connect the environment in release action (#2)
* bugfix: fix the release action * bugfix: fix the release action * bugfix: fix the release action * bugfix: fix the release action * bugfix: fix the release action
This commit is contained in:
parent
0b09e46478
commit
285baa7082
4 changed files with 15 additions and 5 deletions
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -1,11 +1,20 @@
|
|||
# Description
|
||||
|
||||
Thank you for opening a Pull Request!
|
||||
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
|
||||
<!-- Thanks for opening a Pull Request, Describe Your PR Here -->
|
||||
|
||||
|
||||
|
||||
## Checklist
|
||||
|
||||
<!-- Before submitting your PR, there are a few things you can do to make sure it goes smoothly: -->
|
||||
|
||||
- [ ] Follow the [`CONTRIBUTING` Guide](https://github.com/THUDM/z-ai-sdk-java/blob/main/CONTRIBUTING.md).
|
||||
- [ ] Make your Pull Request title in the <https://www.conventionalcommits.org/> specification.
|
||||
- [ ] Ensure the tests pass (Run `mvn clean test` from the repository root)
|
||||
- [ ] Appropriate docs were updated (if necessary)
|
||||
|
||||
Fixes #<issue_number_goes_here>
|
||||
Fixes #<issue_number>
|
||||
|
||||
## Add or Update API
|
||||
|
||||
- [ ] I have added the necessary test case and all cases have passed.
|
||||
|
|
|
|||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -9,6 +9,7 @@ jobs:
|
|||
uses:
|
||||
./.github/workflows/build.yml
|
||||
publish-release:
|
||||
environment: MAVEN_DEPLOY
|
||||
needs:
|
||||
- pre-build
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Z.ai Open Platform Java SDK
|
||||
|
||||
[](https://search.maven.org/artifact/ai.z/z-ai-sdk)
|
||||
[](https://search.maven.org/artifact/ai.z/z-ai-sdk)
|
||||
[](LICENSE)
|
||||
[](https://www.oracle.com/java/)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Z.ai Open Platform Java SDK
|
||||
|
||||
[](https://search.maven.org/artifact/ai.z/z-ai-sdk)
|
||||
[](https://search.maven.org/artifact/ai.z/z-ai-sdk)
|
||||
[](LICENSE)
|
||||
[](https://www.oracle.com/java/)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue