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 2872406 commit 2c5c317Copy full SHA for 2c5c317
.github/workflows/packages.yml
@@ -43,9 +43,11 @@ jobs:
43
run: echo "::set-output name=VERSION::${env:NuGetVersionV2}"
44
- id: prepare_output_VERSION
45
run: |
46
+ echo "`$env:V - $env:V"
47
echo "`$env:VER - $env:VER"
48
echo "`$env:VER_NEEDS - $env:VER_NEEDS"
49
env:
50
+ V: ${{ VERSION }}
51
VER: ${{ steps.version.VERSION }}
52
VER_NEEDS: ${{ needs.prepare.output.version.VERSION }}
53
- run: throw "stop"
0 commit comments