Skip to content

Commit

Permalink
fix: adds env var for maven central publication (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Moussa <ahmed.moussa@iohk.io>
Signed-off-by: Allain Magyar <allain.magyar@iohk.io>
  • Loading branch information
amagyar-iohk and hamada147 committed May 13, 2024
1 parent f9e7d30 commit 6ee16ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
ATALA_GITHUB_ACTOR: ${{ secrets.ATALA_GITHUB_ACTOR }}
ATALA_GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SONATYPE_USERNAME: ${{ SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ SONATYPE_PASSWORD }}

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6ee16ad

Please sign in to comment.