Skip to content

Commit

Permalink
Merge pull request #9 from OlegYch/main
Browse files Browse the repository at this point in the history
Fix passing env vars to sbtn
  • Loading branch information
OlegYch authored Oct 18, 2024
2 parents ab42da1 + 1ba1ffd commit 4b180ef
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/checkout@v2.3.4
with:
Expand All @@ -19,11 +23,6 @@ jobs:
- uses: coursier/cache-action@v6.3
- 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/github-pages-deploy-action@4.1.9
Expand Down

0 comments on commit 4b180ef

Please sign in to comment.