We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097f8ce commit 708cb50Copy full SHA for 708cb50
1 file changed
.github/workflows/main.yml
@@ -35,6 +35,7 @@ jobs:
35
run: |
36
VERSION=$(dotnet gitversion /output json /showvariable SemVer)
37
echo "VERSION=$VERSION" >> $GITHUB_ENV
38
+ echo ${{ env.VERSION }}
39
shell: bash
40
41
- name: Restore dependencies
0 commit comments