Skip to content

Commit

Permalink
Build the plugin artifact before uploading
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Zatsarynnyi <[email protected]>
  • Loading branch information
azatsarynnyy committed Feb 27, 2024
1 parent a8fac41 commit ee2cdb4
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 @@ -69,6 +69,10 @@ jobs:
# PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
# run: ./gradlew publishPlugin

# Build plugin
# Artem: while the 'Publish' step is disabled
- name: Build plugin
run: ./gradlew buildPlugin

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

0 comments on commit ee2cdb4

Please sign in to comment.