Skip to content

Commit

Permalink
Merge pull request #3 from Privado-Inc/release/gh_packages
Browse files Browse the repository at this point in the history
run sbt publish separately
  • Loading branch information
karan-batavia authored May 27, 2024
2 parents 3995984 + 90040c0 commit 1d8d177
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
~/.sbt
~/.coursier
key: ${{ runner.os }}-sbt-${{ hashfiles('**/build.sbt') }}
- run: sbt +test ciReleaseTagNextVersion ++3.4.1 publish
- run: sbt +test ciReleaseTagNextVersion
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: sbt ++3.4.1 publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1d8d177

Please sign in to comment.