GitHub Actions

Installation and usage

For GitHub Actions you can install the action from GitTools Bundle.

Important

You must disable shallow fetch by setting fetch-depth: 0 in your checkout step; without it, GitHub Actions might perform a shallow clone, which will cause GitVersion to display an error message.

More information can be found at gittools/actions.

GitHub