File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 19
19
- name : Setup Node.js
20
20
uses : actions/setup-node@v4
21
21
with :
22
- node-version : ' 22' # Specify your desired Node.js version
22
+ node-version : ' 22'
23
23
24
24
- name : Install dependencies
25
25
run : npm ci
51
51
with :
52
52
name : npm-package
53
53
path : ' *.tgz'
54
+
55
+ - name : Publish to npm
56
+ if : false
57
+ # if: github.ref == 'refs/heads/main' && github.event_name == 'push'
58
+ env :
59
+ NODE_AUTH_TOKEN : ${{ secrets.NODE_AUTH_TOKEN }}
60
+ run : npm publish ./*.tgz
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " experimental-rescript-webapi" ,
2
+ "name" : " @rescript/ experimental-rescript-webapi" ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescript-webapi)" ,
5
5
"homepage" : " https://github.com/rescript-lang/experimental-rescript-webapi" ,
You can’t perform that action at this time.
0 commit comments