From 41eeb337f95f441c04e1ca724c032ec93828c34b Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Mon, 16 Nov 2020 18:35:48 +0100 Subject: [PATCH] ATL-675: Use the upstream GH Action for the upload Ref: svenstaro/upload-release-action#25 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 1cf86aa9..152fe1dc 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: kittaakos/upload-release-action@dev + uses: svenstaro/upload-release-action@v2.2.0 with: repo_token: ${{ secrets.RELEASE_TOKEN }} repo_name: arduino/arduino-pro-ide