Update build.yaml

This commit is contained in:
Wlad Meixner 2020-11-22 01:22:23 +01:00 committed by GitHub
parent 09b9b3b100
commit f56bb0a0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ jobs:
asset_content_type: application/text
# set tag
- id: tag-setter
run: echo '::set-output name=tag_name::${git describe --tags}'
run: echo '::set-output name=tag_name::$(git describe --tags)'
# Dispatch build actions
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1