Skip to content

Commit ff39d4f

Browse files
authored
fix(docs): github artifact attestation command in release notes (#4624)
Looks like the subcommand has changed to `attestation`: https://cli.github.com/manual/gh_attestation
1 parent e3bead9 commit ff39d4f

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
@@ -62,7 +62,7 @@ jobs:
6262
gh release view $version --json body -q '.body' > new-release-notes.md
6363
echo "## Attestation" >> new-release-notes.md
6464
echo "Attestation url: $attestation_url" >> new-release-notes.md
65-
echo "Verify the artifacts by running \`gh attest verify <name_of_artifact> --repo ${{ github.repository }}\`" >> new-release-notes.md
65+
echo "Verify the artifacts by running \`gh attestation verify <name_of_artifact> --repo ${{ github.repository }}\`" >> new-release-notes.md
6666
gh release edit $tag_name -F new-release-notes.md -t $tag_name
6767
- name: Upload release assets
6868
if: ${{ steps.release.outputs.releases_created == 'true' }}

0 commit comments

Comments
 (0)