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
  • Loading branch information
amagyar-iohk authored Mar 4, 2024
1 parent 811402b commit d049f35
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 d049f35

Please sign in to comment.