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
if gh release view "$RELEASE_TAG" --repo ${{ github.repository }} &>/dev/null; then
@@ -52,7 +51,9 @@ jobs:
52
51
gh release create "$RELEASE_TAG" ./out/* \
53
52
--title "$RELEASE_TAG" \
54
53
--notes "Preview release for PR #${PR_NUMBER}" \
55
-
--repo ${{ github.repository }}
54
+
--repo ${{ github.repository }} \
55
+
--latest=false \
56
+
--prerelease
56
57
fi
57
58
58
59
- name: Comment on PR
@@ -66,5 +67,5 @@ jobs:
66
67
issue_number: prNumber,
67
68
owner: context.repo.owner,
68
69
repo: context.repo.repo,
69
-
body: `✅ Preview binaries are ready!\n\nTo test with modules: \`\`\`agentapi: ${prNumber}\`\`\` or download from: ${repoUrl}/releases/tag/${releaseTag}`
70
+
body: `✅ Preview binaries are ready!\n\nTo test with modules: \`\`\`agentapi_version = "agentapi_${prNumber}"\`\`\` or download from: ${repoUrl}/releases/tag/${releaseTag}`
0 commit comments