mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
update build step
This commit is contained in:
parent
7f2a831b2e
commit
79ff2d6042
5
.github/workflows/build-docs.yaml
vendored
5
.github/workflows/build-docs.yaml
vendored
@ -50,10 +50,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
- name: Read package.json
|
||||||
|
uses: dutscher/read-package-json-endpoint-actions@v1.33.7
|
||||||
|
id: package-json-endpoint
|
||||||
- name: Repository Dispatch
|
- name: Repository Dispatch
|
||||||
uses: peter-evans/repository-dispatch@v1
|
uses: peter-evans/repository-dispatch@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||||
repository: gosticks/octoprint-ts-client
|
repository: gosticks/octoprint-ts-client
|
||||||
event-type: api-updated
|
event-type: api-updated
|
||||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "changelog: "Test changelog", "tag": "${{ steps.package-json-endpoint.outputs.version }}"}'
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "octoprint-openapi",
|
"name": "octoprint-openapi",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.0.0",
|
"version": "0.7.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@redocly/openapi-cli": "^1.0.0-beta.18"
|
"@redocly/openapi-cli": "^1.0.0-beta.18"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user