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 8675dd4 commit fa1c3e0Copy full SHA for fa1c3e0
.github/actions/versioning/action.yml
@@ -25,7 +25,7 @@ outputs:
25
value: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.run_number }}
26
PACKAGE_VERSION:
27
description: ''
28
- value: ${{ fromJSON(format('[ "{0}{1}", "{0}" ]', steps.gitversion.outputs.assemblySemVer, steps.gitversion.outputs.preReleaseLabelWithDash))[fromJSON($inputs.is-release)] }}
+ value: ${{ fromJSON(format('[ "{0}{1}", "{0}" ]', steps.gitversion.outputs.assemblySemVer, steps.gitversion.outputs.preReleaseLabelWithDash))[fromJSON(inputs.is-release)] }}
29
30
runs:
31
using: "composite"
0 commit comments