Skip to content

Commit

Permalink
Fix passing env vars to sbtn
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegYch committed Oct 18, 2024
1 parent ab42da1 commit 1ba1ffd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-20.04
env:
SBT_NATIVE_CLIENT: true
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
steps:
- uses: actions/[email protected]
with:
Expand All @@ -19,11 +23,6 @@ jobs:
- uses: coursier/[email protected]
- run: sbt versionCheck
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
- name: Generate site
run: sbt makeSite
- uses: JamesIves/[email protected]
Expand Down

0 comments on commit 1ba1ffd

Please sign in to comment.