Skip to content

Commit c3cd1ff

Browse files
committed
Generate code for javascript-http PR
1 parent 0d68b4e commit c3cd1ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ jobs:
137137
run: npm ci
138138
- name: Update @seamapi/types
139139
run: npm install --save-dev --save-exact @seamapi/types@${{ needs.npm.outputs.version }}
140+
- name: Generate code
141+
run: npm run generate
140142
- name: Commit to seamapi/docs
141143
id: commit
142144
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)