Skip to content

Commit

Permalink
Maven central (#11)
Browse files Browse the repository at this point in the history
* updated the files

* updated the files

* updated the files

* updated the files

* updated the files

* updated the files

* updated the files

* updated the files

* updated the files

* updated the files

* updated yml file with version

* updated yml file with version

* updated yml file
  • Loading branch information
ucf4 authored Sep 10, 2024
1 parent 78c94b5 commit fae25d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/sbt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: sbt

- name: Install gnupg
run: sudo apt update && sudo apt install -y gnupg

- name: Import PGP secret
run: echo "${{ secrets.PGP_SECRET }}" | base64 --decode | gpg --batch --import

- name: Refresh version tag
run: git pull --tags

- name: Publish to Maven Repository
run: sbt clean publishSigned sonatypeBundleRelease
env:
Expand Down

0 comments on commit fae25d3

Please sign in to comment.