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 d8557db commit 4fba147Copy full SHA for 4fba147
.github/workflows/release.yml
@@ -326,7 +326,8 @@ jobs:
326
body: |
327
${{ needs.tag.outputs.RELEASE_NOTES }}
328
329
- _Note: the MacOS binary is unsigned and it needs to be made runnable using `xattr -c resolc-macos`_
+ # Note for macOS Users
330
+ The macOS binary is unsigned and it needs to be made runnable using `xattr -c resolc-macos`.
331
tag_name: ${{ needs.tag.outputs.PKG_VER }}
332
name: ${{ needs.tag.outputs.PKG_VER }}
333
draft: true
0 commit comments