Skip to content

Commit 37b10b3

Browse files
committed
b
1 parent 4e31a03 commit 37b10b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- id: version
4343
run: echo "::set-output name=VERSION::${env:NuGetVersionV2}"
4444
- id: prepare_output_VERSION
45-
run: echo $("[" + ${{ version.VERSION }} + "]")
45+
run: echo $("[" + ${{ steps.version.VERSION }} + "]")
4646
- id: needs_prepare_output_VERSION
4747
run: echo $("[" + ${{ needs.prepare.output.version.VERSION }} + "]")
4848
- run: throw "stop"

0 commit comments

Comments
 (0)