Skip to content

Commit

Permalink
fix: release pipeline variable (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk authored Mar 4, 2024
1 parent d049f35 commit bbc8a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +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 }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bbc8a38

Please sign in to comment.