Browse Source

remove extra gitversion loggging

Tigger Kindel 1 year ago
parent
commit
d51281d32d
1 changed files with 0 additions and 5 deletions
  1. 0 5
      .github/workflows/publish.yml

+ 0 - 5
.github/workflows/publish.yml

@@ -27,11 +27,6 @@ jobs:
       uses: gittools/actions/gitversion/execute@v0
       uses: gittools/actions/gitversion/execute@v0
       id: gitversion # step id used as reference for output values
       id: gitversion # step id used as reference for output values
 
 
-    - name: Display GitVersion outputs
-      run: |
-        echo "Version: ${{ steps.gitversion.outputs.SemVer }}"
-        echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}"
-
     - name: Setup dotnet
     - name: Setup dotnet
       uses: actions/setup-dotnet@v3
       uses: actions/setup-dotnet@v3
       with:
       with: