Skip to content

Commit fa1c3e0

Browse files
author
Petr Sramek
committed
fixed input reference
1 parent 8675dd4 commit fa1c3e0

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
@@ -25,7 +25,7 @@ outputs:
2525
value: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.run_number }}
2626
PACKAGE_VERSION:
2727
description: ''
28-
value: ${{ fromJSON(format('[ "{0}{1}", "{0}" ]', steps.gitversion.outputs.assemblySemVer, steps.gitversion.outputs.preReleaseLabelWithDash))[fromJSON($inputs.is-release)] }}
28+
value: ${{ fromJSON(format('[ "{0}{1}", "{0}" ]', steps.gitversion.outputs.assemblySemVer, steps.gitversion.outputs.preReleaseLabelWithDash))[fromJSON(inputs.is-release)] }}
2929

3030
runs:
3131
using: "composite"

0 commit comments

Comments
 (0)