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 e5a2561 commit 10b2e99Copy full SHA for 10b2e99
.github/actions/versioning/action.yml
@@ -36,7 +36,7 @@ runs:
36
- name: Install GitVersion ${{ inputs.git-version }}
37
uses: gittools/actions/gitversion/setup@${{ inputs.git-version }}
38
with:
39
- versionSpec: $INPUT_GIT_VERSION
+ versionSpec: ${{ inputs.git-version }}
40
preferLatestVersion: true
41
- name: Calculate version with GitVersion ${{ inputs.git-version }}
42
id: gitversion
0 commit comments