From a1f454538bbcfc233f4e7dfbb3f5c386f142ec23 Mon Sep 17 00:00:00 2001 From: Kenneth Endfinger Date: Sun, 4 Apr 2021 00:49:18 -0400 Subject: [PATCH] Fix Release Workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51250cd..c604101 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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