Skip to content

Commit

Permalink
chore: fix for job
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jun 13, 2024
1 parent 9da8d79 commit 4586f9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
run: |
./gradlew patchChangelog --release-note="$CHANGELOG"
# Publish the plugin to JetBrains Marketplace
- name: Build Plugin
run: ./gradlew :plugin:buildPlugin

# Upload artifact as a release asset
- name: Upload Release Asset
env:
Expand Down

0 comments on commit 4586f9a

Please sign in to comment.