Skip to content

Commit 44967c2

Browse files
authored
Merge branch 'main' into iainlane/housekeeper-fix
2 parents 17123db + ff39d4f commit 44967c2

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)