We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
generate-types
1 parent c2f23ed commit aca25eaCopy full SHA for aca25ea
.github/workflows/update.yml
@@ -22,15 +22,18 @@ jobs:
22
- uses: actions/[email protected]
23
- run: npm ci
24
# do not update cache for dependabot update
25
- - run: npm run download
+ - run: |
26
+ npm run download
27
+ npm run generate-types
28
if: github.event_name == 'repository_dispatch'
29
env:
30
VERSION: ${{ github.event.client_payload.release.tag_name }}
31
32
33
34
if: github.event_name == 'workflow_dispatch'
35
36
VERSION: ${{ github.event.inputs.version }}
- - run: npm run generate-types
37
38
# create/update pull request for dispatch event update
39
- name: Create Pull Request
0 commit comments