We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8d59b commit 29340eeCopy full SHA for 29340ee
.github/workflows/version_check.jl
@@ -80,7 +80,7 @@ println("Manifest.toml version: ", manifest_version)
80
81
errors = []
82
83
-if ENV["TARGET_IS_MASTER"] == "true"
+if ENV["TARGET_IS_MAIN"] == "true"
84
# This environment variable is set by the GitHub Actions workflow. If it is
85
# true, fetch the latest version from GitHub and update files to match this
86
# version if necessary.
0 commit comments