diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a55a5fe..7640a095 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,6 @@ jobs: # Publish Go tag for the release git tag "v${RELEASE_VERSION}" git push origin "v${RELEASE_VERSION}" - ls -al cmd/zbctl/dist - name: Create Github release uses: ncipollo/release-action@v1 with: