Skip to content

Commit 05f8124

Browse files
(break): remove custom models and update evi client (#43)
1 parent 207326d commit 05f8124

File tree

467 files changed

+2407
-13638
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

467 files changed

+2407
-13638
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- name: Publish to npm
4747
run: |
4848
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
49-
npm publish --access public
49+
npm publish --access public --tag beta
5050
env:
5151
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)