Skip to content

Commit

Permalink
Include maven push
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun Soyinka authored and Seun Soyinka committed Aug 21, 2024
1 parent 3d4d758 commit 8e48fe9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/sbt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
java-version: "21"
cache: "sbt"

# - name: Publish to Maven Repository
# run: sbt ci-release
# env:
# PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
# PGP_SECRET: ${{ secrets.GPG_PRIVATE_KEY }}
# SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
# SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
- name: Publish to Maven Repository
run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
PGP_SECRET: ${{ secrets.GPG_PRIVATE_KEY }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

- name: Publish to GitHub Packages
run: sbt publish
Expand Down

0 comments on commit 8e48fe9

Please sign in to comment.