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 e55f494 commit 1c56794Copy full SHA for 1c56794
.github/workflows/release.yml
@@ -137,7 +137,7 @@ jobs:
137
"repository": "${{ github.repository }}",
138
"title": "${{ needs.draft_release.outputs.tag }}",
139
"tag": "${{ needs.draft_release.outputs.tag }}",
140
- "checksum": "${{ steps.checksum.outputs.checksum }}"
+ "checksum": "${{ steps.checksum.outputs.checksum }}",
141
"fileName": "${{ steps.fileName.outputs.fileName }}"
142
}
143
0 commit comments