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 a10b3f0 commit 9fc8e02Copy full SHA for 9fc8e02
.github/workflows/release.yml
@@ -68,8 +68,8 @@ jobs:
68
- name: Generate release description
69
run: |
70
71
- yq -i '.plugins[0].wasm.url = ${{ steps.tag.outputs.download_url }}' .github/release_output_template.yaml
72
- yq -i '.plugins[0].wasm.sha256 = ${{ steps.hash.outputs.sha256 }}' .github/release_output_template.yaml
+ yq -i '.plugins[0].wasm.url = \"$DOWNLOAD_URL\"' .github/release_output_template.yaml
+ yq -i '.plugins[0].wasm.sha256 = \"$SHA256\"' .github/release_output_template.yaml
73
74
# Create the release body with the warning message at the top
75
echo "> [!WARNING]" > release_body.md
0 commit comments