Skip to content

Commit

Permalink
Replace deprecated command with environment file (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwooo committed Apr 23, 2023
1 parent 07c767c commit ad695c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
set -euo pipefail
checksum_file=$(echo "$ARTIFACTS" | jq -r '.[] | select (.type=="Checksum") | .path')
echo "::set-output name=hashes::$(cat $checksum_file | base64 -w0)"
echo "hashes=$(cat $checksum_file | base64 -w0)" >> $GITHUB_OUTPUT
provenance:
needs: [goreleaser]
Expand Down

0 comments on commit ad695c0

Please sign in to comment.