We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4e22b commit 91cbfdeCopy full SHA for 91cbfde
.github/workflows/cd.yaml
@@ -36,3 +36,11 @@ jobs:
36
GIT_COMMITTER_NAME: Venus Tools
37
GIT_COMMITTER_EMAIL: [email protected]
38
run: yarn semantic-release
39
+
40
+ - name: Prepare slim package
41
+ run: bash .github/prepare_slim_package.sh
42
43
+ - name: Publish slim package
44
+ run: bash .github/publish_slim_package.sh
45
+ env:
46
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments