Skip to content

Commit

Permalink
✨ 开始 3.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xunhuan committed Jun 19, 2024
1 parent f229d56 commit b99f013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot-2.7.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
gradle-version: 8.8
- name: Build with Gradle
run: gradle publishSnapshot
run: gradle publishSnapshot --no-parallel
env:
NEXUS_OSS_USER_NAME: ${{ secrets.OSSRH_USERNAME }}
NEXUS_OSS_PASS_WORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
gradle-version: 8.8
- name: Build with Gradle
run: gradle publishSnapshot
run: gradle publishSnapshot --no-parallel
env:
NEXUS_OSS_USER_NAME: ${{ secrets.OSSRH_USERNAME }}
NEXUS_OSS_PASS_WORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit b99f013

Please sign in to comment.