Skip to content

Conversation

@mdedetrich
Copy link
Contributor

@mdedetrich mdedetrich commented Mar 7, 2024

This PR replaces the hand written github workflow action yaml files with sbt-github-actions for easier maintenance.

Since this project uses a non-typical tag format (i.e. its missing the v prefix) I had to use global * to match against what looks like a version.

ThisBuild / githubWorkflowTargetTags ++= Seq("*.*.*")
ThisBuild / githubWorkflowPublishTargetBranches :=
Seq(
RefPredicate.Contains(Ref.Tag("*.*.*")),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdedetrich mdedetrich force-pushed the add-sbt-github-actions branch from f3f09a3 to aa37482 Compare March 7, 2024 10:14
@mkurz mkurz force-pushed the add-sbt-github-actions branch from aa37482 to b142a67 Compare May 17, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant