1
0
mirror of https://github.com/arduino/arduino-ide.git synced 2025-06-28 15:06:35 +00:00

ATL-675: Use the upstream GH Action for the upload

Ref: 
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2020-11-16 18:35:48 +01:00 committed by Akos Kitta
parent 39b2e49edb
commit 41eeb337f9

@ -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