Skip to content

Commit

Permalink
Update environment variable name for snapshot pushes. (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd236 authored Feb 16, 2021
1 parent 3bd1975 commit 03f0144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Publish snapshot
if: github.event_name == 'push'
env:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
OSSRH_DEPLOY_USERNAME: ${{ secrets.OSSRH_DEPLOY_USERNAME }}
OSSRH_DEPLOY_PASSWORD: ${{ secrets.OSSRH_DEPLOY_PASSWORD }}
run: ./publish-snapshot-on-commit.sh

0 comments on commit 03f0144

Please sign in to comment.