We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d86f0 commit d0f4659Copy full SHA for d0f4659
sbt-plugin/build.sbt
@@ -1,5 +1,5 @@
1
def isRelease() =
2
- System.getenv("GITHUB_REPOSITORY") == "scalacenter/sbt-github-dependency-graph" &&
+ System.getenv("GITHUB_REPOSITORY") == "scalacenter/sbt-dependency-graph-action" &&
3
System.getenv("GITHUB_WORKFLOW") == "Release"
4
5
def isCI = System.getenv("CI") != null
0 commit comments