Merge remote-tracking branch 'origin/main' into next

# Conflicts:
#	.github/ISSUE_TEMPLATE/bug_report.md
This commit is contained in:
Jakub Chrzanowski
2023-08-04 15:38:00 +02:00
4 changed files with 22 additions and 5 deletions

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
@@ -59,7 +59,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 }}