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
Copy file name to clipboardExpand all lines: .github/workflows/pr-preview-release.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ jobs:
53
53
--title "$RELEASE_TAG" \
54
54
--notes "Preview release for PR #${PR_NUMBER}" \
55
55
--repo ${{ github.repository }}
56
+
--latest=false --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