mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
Update build.yaml
This commit is contained in:
parent
21b7d93a52
commit
60f6bbef35
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user