Skip to content

Commit

Permalink
ci(update): move the install of @octokit/webhooks-definitions to afte…
Browse files Browse the repository at this point in the history
…r the wait action (#473)
  • Loading branch information
wolfy1339 authored Feb 16, 2021
1 parent 98d71c8 commit ddf72cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm ci
- run: npm install --save-exact @octokit/webhooks-definitions@latest
- uses: gr2m/await-npm-package-version-action@v1
with:
package: "@octokit/webhooks-definitions"
version: ${{ github.event.client_payload.release.tag_name }}
- run: npm install --save-exact @octokit/webhooks-definitions@latest
- run: npm run generate-types
- name: create pull request
uses: gr2m/[email protected]
Expand Down

0 comments on commit ddf72cb

Please sign in to comment.