Skip to content

Commit ad695c0

Browse files
authored
Replace deprecated command with environment file (#1667)
1 parent 07c767c commit ad695c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
set -euo pipefail
3333
3434
checksum_file=$(echo "$ARTIFACTS" | jq -r '.[] | select (.type=="Checksum") | .path')
35-
echo "::set-output name=hashes::$(cat $checksum_file | base64 -w0)"
35+
echo "hashes=$(cat $checksum_file | base64 -w0)" >> $GITHUB_OUTPUT
3636
3737
provenance:
3838
needs: [goreleaser]

0 commit comments

Comments
 (0)