-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing plugin for publishing #3
Conversation
build.sbt
Outdated
tlJdkRelease := Some(17), | ||
organizationName := "SiriusXM", | ||
startYear := Some(2024), | ||
githubWorkflowPublishTargetBranches += RefPredicate.Equals(Ref.Branch("fix-publishing")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll remove this before merge, once we confirm that publishing works
addSbtPlugin("org.typelevel" % "sbt-typelevel-github" % "0.7.1") | ||
addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those are removed in favor of sbt-typelevel-ci-release
that includes them both
Blocked by typelevel/sbt-typelevel#722 |
No description provided.