You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const { data } = await github.rest.repos.createRelease({
27
+
owner: context.repo.owner,
28
+
repo: context.repo.repo,
29
+
tag_name: tagName,
30
+
name: `Fetch Github Hosts ${tagName}`,
31
+
body: `See the assets below to download the app for your platform.\n\n**macOS**: \`.dmg\` (Universal binary - supports both Intel & Apple Silicon)\n**Windows**: \`.msi\` / \`.exe\`\n**Linux**: \`.deb\` / \`.AppImage\``,
0 commit comments