Skip to content

Commit 10b2e99

Browse files
author
Petr Sramek
committed
asdas
1 parent e5a2561 commit 10b2e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/versioning/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
- name: Install GitVersion ${{ inputs.git-version }}
3737
uses: gittools/actions/gitversion/setup@${{ inputs.git-version }}
3838
with:
39-
versionSpec: $INPUT_GIT_VERSION
39+
versionSpec: ${{ inputs.git-version }}
4040
preferLatestVersion: true
4141
- name: Calculate version with GitVersion ${{ inputs.git-version }}
4242
id: gitversion

0 commit comments

Comments
 (0)