Skip to content

Commit cc5e476

Browse files
committed
ci: Removing echo
Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
1 parent a4a6735 commit cc5e476

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/source-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
# https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md#provenance-for-artifacts-built-across-multiple-operating-systems
6262
set -euo pipefail
6363
(sha256sum -t ${{ format('SourceCode_With_Submodules{0}', matrix.config.extension) }} || shasum -a 256 ${{ format('SourceCode_With_Submodules{0}', matrix.config.extension) }}) > checksum
64-
echo "checksum = $checksum"
6564
echo "hash-SourceCode_With_Submodules-${{ matrix.config.name }}=$(base64 -w0 checksum || base64 checksum)" >> "${GITHUB_OUTPUT}"
6665
6766
- name: Upload Source Archive as Artifact

0 commit comments

Comments
 (0)