Skip to content

Commit

Permalink
Updated release process
Browse files Browse the repository at this point in the history
  • Loading branch information
bartveenstra committed Aug 5, 2024
1 parent 03d381d commit 81f19a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
- name: Commit files
run: |
git commit -m "[version bump]" -a
Expand Down

0 comments on commit 81f19a6

Please sign in to comment.