File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 77
77
with :
78
78
name : prerelease
79
79
80
+ - name : Setup Node.js
81
+ uses : actions/setup-node@v3
82
+ with :
83
+ node-version : ${{ env.NODE_VERSION }}
84
+ registry-url : ' https://registry.npmjs.org'
85
+
80
86
- name : Publish npm Package
81
87
run : npm publish *.tgz --ignore-scripts
82
88
env :
93
99
with :
94
100
name : release
95
101
102
+ - name : Setup Node.js
103
+ uses : actions/setup-node@v3
104
+ with :
105
+ node-version : ${{ env.NODE_VERSION }}
106
+ registry-url : ' https://registry.npmjs.org'
107
+
96
108
- name : Publish npm Package
97
109
run : npm publish *.tgz --ignore-scripts
98
110
env :
Original file line number Diff line number Diff line change 22
22
"name" : " Sean G. Wright" ,
23
23
"url" : " https://www.seangwright.me"
24
24
},
25
- "version" : " 1.1.0 " ,
25
+ "version" : " 1.1.1 " ,
26
26
"engines" : {
27
27
"node" : " >=16.13.1"
28
28
},
You can’t perform that action at this time.
0 commit comments