Skip to content

Commit

Permalink
fix(release): update gradle task path for patching changelog
Browse files Browse the repository at this point in the history
Update the gradle task path to patch the changelog for the plugin.
  • Loading branch information
phodal committed Jun 11, 2024
1 parent d66dfd2 commit 201c458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
CHANGELOG: ${{ steps.properties.outputs.changelog }}
run: |
./gradlew patchChangelog --release-note="$CHANGELOG"
./gradlew :plugin:patchChangelog --release-note="$CHANGELOG"
# Publish the plugin to JetBrains Marketplace
- name: Publish Plugin
Expand Down

0 comments on commit 201c458

Please sign in to comment.