We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bead9 commit ff39d4fCopy full SHA for ff39d4f
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
gh release view $version --json body -q '.body' > new-release-notes.md
63
echo "## Attestation" >> new-release-notes.md
64
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
+ echo "Verify the artifacts by running \`gh attestation verify <name_of_artifact> --repo ${{ github.repository }}\`" >> new-release-notes.md
66
gh release edit $tag_name -F new-release-notes.md -t $tag_name
67
- name: Upload release assets
68
if: ${{ steps.release.outputs.releases_created == 'true' }}
0 commit comments