mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-10 21:06:33 +00:00
Fixed the tag name of the GH releases.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
6ae7404092
commit
d7f4d0c18e
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -145,12 +145,17 @@ jobs:
|
|||||||
name: build-artifacts
|
name: build-artifacts
|
||||||
path: build-artifacts
|
path: build-artifacts
|
||||||
|
|
||||||
|
- name: Get Tag
|
||||||
|
id: tag_name
|
||||||
|
run: |
|
||||||
|
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: kittaakos/upload-release-action@dev
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.RELEASE_TOKEN }}
|
repo_token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
repo_name: arduino/arduino-pro-ide
|
repo_name: arduino/arduino-pro-ide
|
||||||
release_name: ${{ github.event.release.tag_name }}
|
release_name: ${{ steps.tag_name.outputs.TAG_NAME }}
|
||||||
file: build-artifacts/*
|
file: build-artifacts/*
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user