Skip to content

Commit

Permalink
s/GITHUB_ENV/GITHUB_OUTPUT/
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks committed Oct 23, 2023
1 parent a13b2ac commit 7e83d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ jobs:
# get the base64 encoded checksums
hashes=$(cat "$checksum_file" | base64 -w0)
# set the output
echo "hashes=$hashes" >> "$GITHUB_ENV"
echo "hashes=$hashes" >> "$GITHUB_OUTPUT"
echo $hashes
binary-provenance:
needs: [release]
Expand Down

0 comments on commit 7e83d36

Please sign in to comment.