Skip to content

Commit

Permalink
fix: release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Dec 13, 2024
1 parent 5ec31ba commit b5863d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
id: generate-release-notes
run: |
RELEASE_NOTES=$(cat << EOF
AMD SEV-SNP Measurement: `$(jq -r '.measurement' upload/tinfoil-cvm-base-${{ github.ref_name }}.measurement.json)`
AMD SEV-SNP Measurement: \`$(jq -r '.measurement' upload/tinfoil-cvm-base-${{ github.ref_name }}.measurement.json)\`
Transparency Log Entry: https://search.sigstore.dev?logIndex=$(jq -r ".verificationMaterial.tlogEntries[0].logIndex" ${{ steps.attest.outputs.bundle-path }})
CVM image: https://images.tinfoil.sh/tinfoil-cvm-base-${{ github.ref_name }}.img
CVM hash: `$(cat upload/tinfoil-cvm-base-${{ github.ref_name }}.img.sha256)`
CVM image hash: \`$(cat upload/tinfoil-cvm-base-${{ github.ref_name }}.img.sha256)\`
EOF
)
echo "release-notes<<EOF" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit b5863d5

Please sign in to comment.