Skip to content

Commit 0f70ba6

Browse files
npalmkoendelaat
andauthored
fix(c): attestations (#14)
* chore: Add maintainer (github-aws-runners#4350) * docs: updated expired discord link (github-aws-runners#4349) chore: add attestations chore: add attestations * fix(ci): at attestation for release artifacts * fix(ci): at attestation for release artifacts * fix(ci): at attestation for release artifacts * fix(ci): at attestation for release artifacts --------- Co-authored-by: Koen de Laat <[email protected]>
1 parent 8053c38 commit 0f70ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
gh release view ${{ steps.release.outputs.tag_name }} --json body -q '.body' > new-release-notes.md
5555
echo "## Attestation" >> new-release-notes.md
5656
echo "Attestation url: ${{ steps.attest.outputs.attestation-url }}" >> new-release-notes.md
57-
echo "You can verify the artifacts by running \`gh attest verify <name of artifact> --repo npalm/atterstation-test\`" >> new-release-notes.md
57+
echo "Verify the artifacts by running \`gh attest verify <name_of_artifact> --repo ${{ github.repository }}\`" >> new-release-notes.md
5858
gh release edit ${{ steps.release.outputs.tag_name }} -F new-release-notes.md -t ${{ steps.release.outputs.tag_name }}
5959
- name: Upload release assets
6060
if: ${{ steps.release.outputs.releases_created == 'true' }}

0 commit comments

Comments
 (0)