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 07fbce3 commit f229d56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot-2.7.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Build with Gradle
run: gradle publishSnapshot
env:
NEXUS_OSS_USER_NAME: ${{ secrets.OSS_NAME }}
NEXUS_OSS_PASS_WORD: ${{ secrets.OSS_PWD }}
NEXUS_OSS_USER_NAME: ${{ secrets.OSSRH_USERNAME }}
NEXUS_OSS_PASS_WORD: ${{ secrets.OSSRH_TOKEN }}
- name: Cleanup Gradle Cache
run: |
rm -f ~/.gradle/caches/modules-2/modules-2.lock
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Build with Gradle
run: gradle publishSnapshot
env:
NEXUS_OSS_USER_NAME: ${{ secrets.OSS_NAME }}
NEXUS_OSS_PASS_WORD: ${{ secrets.OSS_PWD }}
NEXUS_OSS_USER_NAME: ${{ secrets.OSSRH_USERNAME }}
NEXUS_OSS_PASS_WORD: ${{ secrets.OSSRH_TOKEN }}
- name: Cleanup Gradle Cache
run: |
rm -f ~/.gradle/caches/modules-2/modules-2.lock
Expand Down

0 comments on commit f229d56

Please sign in to comment.