Skip to content

Commit

Permalink
[ci skip] Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yh-china committed Jul 27, 2023
1 parent c414439 commit 7d7e56f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
if: endsWith(steps.get_version.outputs.version, '-SNAPSHOT')
run: ./gradlew -Dorg.gradle.parallel=true publish --no-daemon --stacktrace
env:
ORG_GRADLE_PROJECT_leavesmcUsername: ${{ secrets.DEPLOY_USER }}
ORG_GRADLE_PROJECT_leavesmcPassword: ${{ secrets.DEPLOY_PASS }}
ORG_GRADLE_PROJECT_leavesmcUsername: ${{ secrets.REPO_PASSWORD }}
ORG_GRADLE_PROJECT_leavesmcPassword: ${{ secrets.REPO_USERNAME }}
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Deploy release
run: ./gradlew -Dorg.gradle.parallel=true publish --no-daemon --stacktrace
env:
ORG_GRADLE_PROJECT_leavesmcUsername: ${{ secrets.DEPLOY_USER }}
ORG_GRADLE_PROJECT_leavesmcPassword: ${{ secrets.DEPLOY_PASS }}
ORG_GRADLE_PROJECT_leavesmcUsername: ${{ secrets.REPO_USERNAME }}
ORG_GRADLE_PROJECT_leavesmcPassword: ${{ secrets.REPO_PASSWORD }}

0 comments on commit 7d7e56f

Please sign in to comment.