Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
meta(cd): Fixing a typo in secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriDevs authored Feb 5, 2021
1 parent 3f4d9bf commit afb1b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: mvn nexus-staging:release
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OOSRH_PASSWORD }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

- name: Upload code coverage reports to Codecov
uses: codecov/codecov-action@v1.2.1
Expand Down

0 comments on commit afb1b6b

Please sign in to comment.