Skip to content

Commit 2c5c317

Browse files
committed
d
1 parent 2872406 commit 2c5c317

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
run: echo "::set-output name=VERSION::${env:NuGetVersionV2}"
4444
- id: prepare_output_VERSION
4545
run: |
46+
echo "`$env:V - $env:V"
4647
echo "`$env:VER - $env:VER"
4748
echo "`$env:VER_NEEDS - $env:VER_NEEDS"
4849
env:
50+
V: ${{ VERSION }}
4951
VER: ${{ steps.version.VERSION }}
5052
VER_NEEDS: ${{ needs.prepare.output.version.VERSION }}
5153
- run: throw "stop"

0 commit comments

Comments
 (0)