Skip to content

Commit cd4016d

Browse files
committed
ci: remove debug steps from release workflow
1 parent 53a408c commit cd4016d

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,6 @@ jobs:
7777
fetch-tags: true
7878
ref: ${{ needs.release.outputs.release_sha }}
7979

80-
- name: Debug release refs
81-
run: |
82-
echo "new_release_version=${{ needs.release.outputs.new_release_version }}"
83-
echo "release_sha=${{ needs.release.outputs.release_sha }}"
84-
echo "release_tag=${{ needs.release.outputs.new_release_git_tag }}"
85-
git rev-parse HEAD
86-
git show --no-patch --oneline
87-
git tag --points-at HEAD
88-
8980
- name: Login to DockerHub
9081
uses: docker/login-action@v3
9182
with:

0 commit comments

Comments
 (0)