Skip to content

Commit

Permalink
Don't debug output tag info
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 31, 2023
1 parent 0739826 commit d9aba90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
Write-Output "github.ref_name:${{ github.ref_name }}"
Write-Output "github.event_name:${{ github.event_name }}"
Write-Output "github.ref:${{ github.ref }}"
$tag = git describe --tags --abbrev=0
Write-Output "tag:$tag"
Write-Output "env.GitVersion_SemVer:${{ env.GitVersion_SemVer }}"
shell: pwsh
- name: Release
Expand Down

0 comments on commit d9aba90

Please sign in to comment.