Skip to content

Commit 6ae7404

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommitted
ATL-439: Create the GH release in the public repo.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent 6b1b9c0 commit 6ae7404

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,11 @@ jobs:
146146
path: build-artifacts
147147

148148
- name: Publish Release [GitHub]
149-
uses: svenstaro/upload-release-action@v1-release
149+
uses: kittaakos/upload-release-action@dev
150150
with:
151-
repo_token: ${{ secrets.GITHUB_TOKEN }}
151+
repo_token: ${{ secrets.RELEASE_TOKEN }}
152+
repo_name: arduino/arduino-pro-ide
153+
release_name: ${{ github.event.release.tag_name }}
152154
file: build-artifacts/*
153155
tag: ${{ github.ref }}
154156
file_glob: true

0 commit comments

Comments
 (0)