Skip to content

Commit 4fba147

Browse files
Update .github/workflows/release.yml
Co-authored-by: Alexander Theißen <[email protected]>
1 parent d8557db commit 4fba147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ jobs:
326326
body: |
327327
${{ needs.tag.outputs.RELEASE_NOTES }}
328328
329-
_Note: the MacOS binary is unsigned and it needs to be made runnable using `xattr -c resolc-macos`_
329+
# Note for macOS Users
330+
The macOS binary is unsigned and it needs to be made runnable using `xattr -c resolc-macos`.
330331
tag_name: ${{ needs.tag.outputs.PKG_VER }}
331332
name: ${{ needs.tag.outputs.PKG_VER }}
332333
draft: true

0 commit comments

Comments
 (0)