Skip to content

Commit

Permalink
fix releasing, with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
frawa committed Mar 26, 2024
1 parent 3cc7237 commit b266adc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -45,9 +45,11 @@ jobs:
check-latest: true
cache: 'sbt'
- name: Release
run: sbt ci-release
run: sbt -d ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
CI_RELEASE: publishSigned

0 comments on commit b266adc

Please sign in to comment.