Skip to content

Commit

Permalink
fix(ci): at attestation for release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Jan 10, 2025
1 parent 815fc75 commit 051e42f
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 @@ -54,7 +54,7 @@ jobs:
gh release view ${{ github.event.inputs.version }} --json body -q '.body' > new-release-notes.md
echo "## Attestation" >> new-release-notes.md
echo "Attestation url: ${{ steps.attest.outputs.attestation-url }}" >> new-release-notes.md
echo "You can verify the artifacts by running \`gh attest verify <name of artifact> --repo npalm/atterstation-test\`" >> new-release-notes.md
echo "Verify the artifacts by running \`gh attest verify <name_of_artifact> --repo ${{ github.repository }}\`" >> new-release-notes.md
gh release edit ${{ steps.release.outputs.tag_name }} -F new-release-notes.md -t ${{ steps.release.outputs.tag_name }}
- name: Upload release assets
if: ${{ steps.release.outputs.releases_created == 'true' }}
Expand Down

0 comments on commit 051e42f

Please sign in to comment.