From c23eabc7b54ed0cee926fdc03c9643a7c2b4a2f2 Mon Sep 17 00:00:00 2001 From: Vincent Garcia Date: Wed, 19 Apr 2023 12:07:21 +0200 Subject: [PATCH] Fix env var name --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 13878a676..3b657c2cb 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -124,4 +124,4 @@ jobs: - name: Publish the production zip run: gh release upload ${{ github.event.release.tag_name }} ../${{ github.event.repository.name }}.zip --clobber env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}