Skip to content

Commit

Permalink
Fix publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
987Nabil committed Jan 17, 2025
1 parent 6d9dce1 commit 64927cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ jobs:
tar xf targets.tar
rm targets.tar
- uses: coursier/setup-action@v1
with:
apps: sbt

- name: Release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ ThisBuild / githubWorkflowAddedJobs :=

ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
ThisBuild / githubWorkflowPublishTargetBranches += RefPredicate.StartsWith(Ref.Tag("v"))
ThisBuild / githubWorkflowPublishPreamble := Seq(coursierSetup)
ThisBuild / githubWorkflowPublish :=
Seq(
WorkflowStep.Sbt(
Expand Down

0 comments on commit 64927cc

Please sign in to comment.