Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix: import types
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Apr 12, 2023
1 parent 68b456c commit 74f3163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Download latest API doc
run: npm run fetchAPITypes

- name: post fetch API Types
run: npm run postfetchAPITypes

# Will increase package.json without running commit hooks, without creating a git tag
- name: Bump version in package.json
run: npm version "${{ github.event.inputs.release_type }}" --commit-hooks=false --git-tag-version=false
Expand Down

0 comments on commit 74f3163

Please sign in to comment.