Merge pull request #803 from aiken-lang/780-possible-bug-with-test-github-action-version-generated-by-aiken-new
fix: aiken new github action version
This commit is contained in:
commit
81e29539c8
|
@ -129,7 +129,7 @@ pub fn compiler_version(include_commit_hash: bool) -> String {
|
||||||
built_info::GIT_COMMIT_HASH_SHORT.unwrap_or("unknown")
|
built_info::GIT_COMMIT_HASH_SHORT.unwrap_or("unknown")
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
format!("v{}", built_info::PKG_VERSION_MAJOR,)
|
format!("v{}", built_info::PKG_VERSION,)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue