Skip to content

Commit

Permalink
Do not publish plugin on Marketplace on release
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-vinted committed Jul 21, 2023
1 parent 1477d86 commit 27cdfd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,13 @@ jobs:
run: |
./gradlew patchChangelog --release-note="$CHANGELOG"
# Build plugin
- name: Build plugin
run: ./gradlew buildPlugin

# Publish the plugin to the Marketplace
- name: Publish Plugin
if: false
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
Expand Down

0 comments on commit 27cdfd6

Please sign in to comment.