Skip to content

Commit

Permalink
Merge pull request #17 from vinted/feature/enable_publish_plugin_step
Browse files Browse the repository at this point in the history
Enable Publish Plugin step [skip ci]
  • Loading branch information
oleg-vinted authored Aug 9, 2023
2 parents 3de9375 + 4624152 commit f8d64a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,8 @@ jobs:
run: |
./gradlew patchChangelog --release-note="$CHANGELOG"
# Build plugin
- name: Build plugin
run: ./gradlew buildPlugin

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

0 comments on commit f8d64a4

Please sign in to comment.