ATL-439: Create the GH release in the public repo.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2020-08-31 16:14:29 +02:00 committed by Akos Kitta
parent 6b1b9c0524
commit 6ae7404092

View File

@ -146,9 +146,11 @@ jobs:
path: build-artifacts
- name: Publish Release [GitHub]
uses: svenstaro/upload-release-action@v1-release
uses: kittaakos/upload-release-action@dev
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.RELEASE_TOKEN }}
repo_name: arduino/arduino-pro-ide
release_name: ${{ github.event.release.tag_name }}
file: build-artifacts/*
tag: ${{ github.ref }}
file_glob: true