Skip to content

Commit

Permalink
Revert release.yml changes (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
francescopellegrini committed Aug 7, 2023
1 parent dc3340f commit a633789
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
cache: 'sbt'
- uses: olafurpg/setup-gpg@v3
- name: Publish artifacts
run: sbt ci-release
run: sbt ci-release || sbt sonatypeReleaseAll
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
CI_SONATYPE_RELEASE: 'sonatypeReleaseAll'

0 comments on commit a633789

Please sign in to comment.