File tree Expand file tree Collapse file tree 2 files changed +42
-6
lines changed Expand file tree Collapse file tree 2 files changed +42
-6
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ name : Release SearchAPI.io n8n nodes
4
+
5
+ on :
6
+ release :
7
+ types : [published]
8
+
9
+ jobs :
10
+ build :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - name : Checkout
14
+ uses : actions/checkout@v4
15
+
16
+ - uses : pnpm/action-setup@v2
17
+ name : Install pnpm
18
+ with :
19
+ version : 8
20
+ run_install : false
21
+
22
+ - name : Install Node.js
23
+ uses : actions/setup-node@v3
24
+ with :
25
+ node-version-file : " package.json"
26
+ cache : pnpm
27
+ registry-url : https://registry.npmjs.org
28
+
29
+ - name : Install dependencies
30
+ run : pnpm install --frozen-lockfile
31
+
32
+ - name : Publish 🚀
33
+ shell : bash
34
+ run : pnpm publish packages/components --access public --no-git-checks
35
+ env :
36
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " n8n-nodes-searchapi" ,
3
- "version" : " 0.1 .0" ,
4
- "description" : " " ,
2
+ "name" : " @searchapi/ n8n-nodes-searchapi" ,
3
+ "version" : " 1.0 .0" ,
4
+ "description" : " SearchAPI.io nodes for n8n " ,
5
5
"keywords" : [
6
6
" n8n-community-node-package"
7
7
],
8
8
"license" : " MIT" ,
9
- "homepage" : " " ,
9
+ "homepage" : " https://www.searchapi.io " ,
10
10
"author" : {
11
- "name" : " " ,
12
- "email" : " "
11
+ "name" : " SearchAPI " ,
12
+
13
13
},
14
14
"repository" : {
15
15
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments