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
18756b7fcd
commit
21b7d93a52
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -56,7 +56,8 @@ jobs:
|
|||||||
- run: git describe --tags
|
- run: git describe --tags
|
||||||
- name: Set tag value
|
- name: Set tag value
|
||||||
run: |
|
run: |
|
||||||
echo ::set-env name=TAG_NAME::$(git describe --tags)
|
echo ::set-output name=TAG_NAME::$(git describe --tags)
|
||||||
|
id: tags
|
||||||
# Dispatch build actions
|
# Dispatch build actions
|
||||||
- name: Repository Dispatch
|
- name: Repository Dispatch
|
||||||
uses: peter-evans/repository-dispatch@v1
|
uses: peter-evans/repository-dispatch@v1
|
||||||
@ -65,4 +66,4 @@ jobs:
|
|||||||
repository: gosticks/octoprint-ts-client
|
repository: gosticks/octoprint-ts-client
|
||||||
event-type: api-updated
|
event-type: api-updated
|
||||||
client-payload: |
|
client-payload: |
|
||||||
{"ref": "${{ github.ref }}", "url": "${{ steps.upload-release-asset.outputs.browser_download_url }}", "sha": "${{ github.sha }}", "changelog": "${{ steps.tag-setter.tag_name }}", "tag": "${{ env.TAG_NAME }}"}
|
{"ref": "${{ github.ref }}", "url": "${{ steps.upload-release-asset.outputs.browser_download_url }}", "sha": "${{ github.sha }}", "changelog": "${{ steps.tags.outputs.TAG_NAME }}", "tag": "${{ steps.tags.outputs.TAG_NAME }}"}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user