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

Ref: svenstaro/upload-release-action#25
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

View File

@ -158,7 +158,7 @@ jobs:
echo ::set-output name=TAG_NAME::${GITHUB_REF#refs/tags/} echo ::set-output name=TAG_NAME::${GITHUB_REF#refs/tags/}
- name: Publish Release [GitHub] - name: Publish Release [GitHub]
uses: kittaakos/upload-release-action@dev uses: svenstaro/upload-release-action@v2.2.0
with: with:
repo_token: ${{ secrets.RELEASE_TOKEN }} repo_token: ${{ secrets.RELEASE_TOKEN }}
repo_name: arduino/arduino-pro-ide repo_name: arduino/arduino-pro-ide