From 3191a095627053fd7cfb942dbc2c554e3408ddbd Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Thu, 10 Dec 2020 20:13:55 +0100 Subject: [PATCH] [ci]: Fixed the GH release action. Signed-off-by: Akos Kitta --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 152fe1dc..8773681a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,7 +158,7 @@ jobs: echo ::set-output name=TAG_NAME::${GITHUB_REF#refs/tags/} - name: Publish Release [GitHub] - uses: svenstaro/upload-release-action@v2.2.0 + uses: svenstaro/upload-release-action@2.2.0 with: repo_token: ${{ secrets.RELEASE_TOKEN }} repo_name: arduino/arduino-pro-ide