-
Is there any way to extract the generated version number when building with GitHub Actions? |
Beta Was this translation helpful? Give feedback.
Answered by
adamralph
Nov 21, 2023
Replies: 2 comments 9 replies
Answer selected by
adamralph
-
You can see an example of that being done here: https://github.com/libgit2/libgit2sharp.nativebinaries/blob/master/.github/workflows/ci.yml#L82-L86 And then the value is used here: https://github.com/libgit2/libgit2sharp.nativebinaries/blob/master/.github/workflows/ci.yml#L92 |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, see https://github.com/adamralph/minver#can-i-use-minver-to-version-software-which-is-not-built-using-a-net-sdk-style-project