update build step

This commit is contained in:
Wlad 2020-11-21 01:36:36 +01:00
parent 7f2a831b2e
commit 79ff2d6042
2 changed files with 5 additions and 2 deletions

View File

@ -50,10 +50,13 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Read package.json
uses: dutscher/read-package-json-endpoint-actions@v1.33.7
id: package-json-endpoint
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: gosticks/octoprint-ts-client
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 }}"}'

View File

@ -1,7 +1,7 @@
{
"name": "octoprint-openapi",
"license": "MIT",
"version": "1.0.0",
"version": "0.7.0",
"dependencies": {
"@redocly/openapi-cli": "^1.0.0-beta.18"
},