From 84f4e25fc853a5bfd1b71003c8cb91ca3d8263dd Mon Sep 17 00:00:00 2001 From: 956237586 Date: Sat, 21 Oct 2023 22:01:15 +0800 Subject: [PATCH] remove env --- .github/workflows/gradle-publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index cd0ecb2..2fa1eaf 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -38,8 +38,6 @@ jobs: arguments: buildPlugin -PprojVersion=${{steps.get_version.outputs.VERSION}} - name: Create Release uses: softprops/action-gh-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: body: ${{steps.get_version.outputs.VERSION}} files: build/distributions/skykoma-plugin-idea-${{steps.get_version.outputs.VERSION}}.zip