We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72f9e3 commit 4d015bdCopy full SHA for 4d015bd
1 file changed
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
target/wasm32-wasip1/release/plugin.wasm.sha256
40
name: v${{ github.ref_name }}
41
body: |
42
- SHA256 checksums: ${{ steps.sha256.outputs.sha }}
+ plugin sha256: `${{ steps.sha256.outputs.sha }}`
43
append_body: true
44
draft: false
45
prerelease: false
0 commit comments