Skip to content

Commit

Permalink
ci(sbt-build): update env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun0925 authored and Seun0925 committed Sep 4, 2024
1 parent 41bd65c commit 7ff9c64
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/sbt-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ jobs:

- name: Publish to Maven Repository
run: |
sbt
clean
rm -rf ~/.ivy2/cache
rm -rf ~/.sbt/1.0
update
compile
publishSigned
sbt clean
rm -rf ~/.ivy2/cache
rm -rf ~/.sbt/1.0
sbt update
sbt compile
sbt publishSigned
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 7ff9c64

Please sign in to comment.