Skip to content

Commit 051e42f

Browse files
committed
fix(ci): at attestation for release artifacts
1 parent 815fc75 commit 051e42f

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 ${{ github.event.inputs.version }} --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)