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 70780ad commit 02f3006Copy full SHA for 02f3006
.github/workflows/packages.yml
@@ -42,7 +42,7 @@ jobs:
42
- id: version
43
run: echo "::set-output name=VERSION::${env:NuGetVersionV2}"
44
- id: prepare_output_VERSION
45
- run: echo $("[" + ${{ prepare.output.VERSION }} + "]")
+ run: echo $("[" + ${{ output.VERSION }} + "]")
46
- id: needs_prepare_output_VERSION
47
run: echo $("[" + ${{ needs.prepare.output.VERSION }} + "]")
48
- run: throw "stop"
0 commit comments