From 51720f2790e12700af4cb1a132e8d803540270be Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Wed, 28 Feb 2024 17:04:19 +0000 Subject: [PATCH] Reenable plugin publishing --- .github/workflows/release.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34a76ae..7b36ae8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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