Skip to content

Commit 27d3ef3

Browse files
authored
Merge pull request #174 from smlx/ci-cleanup
chore: remove redundant debug echo
2 parents f677d68 + 49049a9 commit 27d3ef3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
subject-path: "dist/*.tar.gz"
7070
# parse artifacts to the format required for image attestation
7171
- run: |
72-
echo "$ARTIFACTS"
7372
echo "digest=$(echo "$ARTIFACTS" | jq -r '.[]|select(.type=="Docker Manifest")|select(.name|test("go-cli-github:v"))|.extra.Digest')" >> "$GITHUB_OUTPUT"
7473
echo "name=$(echo "$ARTIFACTS" | jq -r '.[]|select(.type=="Docker Manifest")|select(.name|test("go-cli-github:v"))|.name|split(":")[0]')" >> "$GITHUB_OUTPUT"
7574
id: image_metadata_go_cli_github

0 commit comments

Comments
 (0)