Skip to content

Commit

Permalink
Fix Release Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed Apr 4, 2021
1 parent 779607a commit a1f4545
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 @@ -25,7 +25,7 @@ jobs:
# Publish the plugin to the Marketplace
- name: Publish Plugin
env:
PUBLISH_TOKEN: ${{ secrets.JETBRAINS_PUBLISH_TOKEN }}
JETBRAINS_PUBLISH_TOKEN: ${{ secrets.JETBRAINS_PUBLISH_TOKEN }}
run: ./gradlew publishPlugin

# Patch changelog, commit and push to the current repository
Expand Down

0 comments on commit a1f4545

Please sign in to comment.