Skip to content

Commit

Permalink
Fix release env
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf authored Nov 20, 2023
1 parent 2117060 commit 2b36c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- uses: olafurpg/setup-scala@v13
- 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 }}
- run: sbt ci-release
- name: Generate site
run: sbt makeSite
- uses: JamesIves/github-pages-deploy-action@4.1.9
Expand Down

0 comments on commit 2b36c0d

Please sign in to comment.