Skip to content

Commit 87cbf28

Browse files
Remove GitHub release creation from publish workflow
1 parent a5043a6 commit 87cbf28

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,4 @@ jobs:
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 }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)