Use "JetBrains Marketplace" name in docs and comments

This commit is contained in:
Jakub Chrzanowski
2023-07-27 18:06:04 +02:00
parent d9669566c5
commit 0217a01c9d
5 changed files with 23 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ assignees: ''
<!-- Please do not use this issue tracker for support or questions, use Forum or Slack listed here:
https://plugins.jetbrains.com/docs/intellij/getting-help.html
Please **always** provide link to sources if possible. -->
Please **always** provide a link to sources if possible. -->
**Describe the bug:**
<!-- A clear and concise description of what the bug is. -->

View File

@@ -9,7 +9,7 @@ on:
jobs:
# Prepare and publish the plugin to the Marketplace repository
# Prepare and publish the plugin to JetBrains Marketplace repository
release:
name: Publish Plugin
runs-on: ubuntu-latest
@@ -57,7 +57,7 @@ jobs:
run: |
./gradlew patchChangelog --release-note="$CHANGELOG"
# Publish the plugin to the Marketplace
# Publish the plugin to JetBrains Marketplace
- name: Publish Plugin
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}