File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : Publish to npm
3636 run : npm publish --access public
3737 env :
38- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
39-
40- - name : Create GitHub Release
41- uses : softprops/action-gh-release@v1
42- with :
43- tag_name : v${{ steps.package-version.outputs.VERSION }}
44- name : Release v${{ steps.package-version.outputs.VERSION }}
45- generate_release_notes : true
46- env :
47- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " captide" ,
33 "version" : " 0.3.1" ,
4- "description" : " Get hundreds of thousands of financial documents into your AI app 🚀" ,
4+ "description" : " Get millions of financial documents into your AI app 🚀" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.esm.js" ,
77 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments