Skip to content

Commit 8555879

Browse files
committed
fix bundle
1 parent 78d92ad commit 8555879

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Release
22
on:
3+
pull_request:
34
push:
45
branches: [master, main]
56
tags: ["**"]

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ lazy val plugin = (project in file("."))
3838
.settings(
3939
moduleName := "sbt-openapi-generator",
4040
crossScalaVersions := Seq(scala212, scala3),
41+
sbtPlugin := true,
4142
scalacOptions ++= {
4243
scalaBinaryVersion.value match {
4344
case "2.12" => "-Xsource:3" :: Nil

0 commit comments

Comments
 (0)