We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c767c commit ad695c0Copy full SHA for ad695c0
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
set -euo pipefail
33
34
checksum_file=$(echo "$ARTIFACTS" | jq -r '.[] | select (.type=="Checksum") | .path')
35
- echo "::set-output name=hashes::$(cat $checksum_file | base64 -w0)"
+ echo "hashes=$(cat $checksum_file | base64 -w0)" >> $GITHUB_OUTPUT
36
37
provenance:
38
needs: [goreleaser]
0 commit comments