Skip to content

Commit 07b6cbc

Browse files
committed
fix: update marketplace link in release workflow for JetBrains plugin
1 parent 914b3c0 commit 07b6cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
});
206206
207207
// Update release body to include marketplace link
208-
const marketplaceLink = '\n\n---\n\n🎉 **Plugin Published!**\n\nThe plugin has been successfully published to the JetBrains Marketplace.\n\n📦 [View on Marketplace](https://plugins.jetbrains.com/plugin/org.zhavoronkov.openrouter)';
208+
const marketplaceLink = '\n\n---\n\n🎉 **Plugin Published!**\n\nThe plugin has been successfully published to the JetBrains Marketplace.\n\n📦 [View on Marketplace](https://plugins.jetbrains.com/plugin/28520-openrouter)';
209209
210210
await github.rest.repos.updateRelease({
211211
owner: context.repo.owner,

0 commit comments

Comments
 (0)