We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2d9a42 + 8748c8d commit 3e2f8b5Copy full SHA for 3e2f8b5
1 file changed
.github/workflows/release.yaml
@@ -81,7 +81,7 @@ jobs:
81
echo "" >> release-notes-with-attestation.md
82
echo "Download the artifacts:" >> release-notes-with-attestation.md
83
echo "\`\`\`bash" >> release-notes-with-attestation.md
84
- echo "gh release download ${{ github.ref_name }} -repo ${{ github.repository }} -p "*.zip""
+ echo "gh release download ${{ github.ref_name }} -repo ${{ github.repository }} -p "*.zip"" >> release-notes-with-attestation.md
85
echo "\`\`\`" >> release-notes-with-attestation.md
86
echo "Verify the artifacts by running:" >> release-notes-with-attestation.md
87
0 commit comments