Update build.yaml

This commit is contained in:
Wlad Meixner 2020-11-22 01:58:08 +01:00 committed by GitHub
parent 21b7d93a52
commit 60f6bbef35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ jobs:
- run: git describe --tags
- name: Set tag value
run: |
echo ::set-output name=TAG_NAME::$(git describe --tags)
echo ::set-output name=TAG_NAME::$(echo "${{ github.ref }}" | sed -e "s/^refs\/tags\///")
id: tags
# Dispatch build actions
- name: Repository Dispatch