Skip to content

Commit

Permalink
Reenable plugin publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
farost committed Feb 28, 2024
1 parent 4f39232 commit 51720f2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ jobs:
# - run: ./gradlew buildPlugin

# Publish the plugin to the Marketplace
# TODO: Temporarily disabled to manually upload it with correct changelogs: https://github.com/typedb-osi/typeql-plugin-jetbrains/issues/20
# - name: Publish Plugin
# run: ./gradlew publishPlugin
# env:
# PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
- name: Publish Plugin
run: ./gradlew publishPlugin
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}

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

0 comments on commit 51720f2

Please sign in to comment.