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 88ca0c1 commit baa9401Copy full SHA for baa9401
project/publish.sc
@@ -211,5 +211,5 @@ def setShouldPublish() = T.command {
211
sys.error("GITHUB_ENV not set")
212
val charSet = Charset.defaultCharset()
213
val nl = System.lineSeparator()
214
- os.write.append(os.Path(envFile, os.pwd), s"SHOULD_PUBLISH=$shouldPublish$nl".getBytes(charSet))
+ os.write.append(os.Path(envFile, os.pwd), s"SHOULD_PUBLISH=${shouldPublish()}$nl".getBytes(charSet))
215
}
0 commit comments