File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
33
33
GITHUB_TOKEN : ${{ secrets.PUBLISHER_TOKEN }}
34
34
35
35
- name : Upload binaries
36
- uses : actions/upload-artifact
36
+ uses : actions/upload-artifact@v4
37
37
with :
38
+ name : binaries
38
39
path : |
39
40
dist
40
41
!homebrew
93
94
if [ "${node_os}" = "windows" ]; then
94
95
bin="${bin}.exe"
95
96
fi
96
- pwd
97
97
install -D ../${{ matrix.os }}/${bin} ${node_pkg}/bin/${bin}
98
98
cd "${node_pkg}"
99
99
npm publish --access public
@@ -109,11 +109,7 @@ jobs:
109
109
steps :
110
110
- name : Checkout
111
111
uses : actions/checkout@v4
112
-
113
- - name : Set the release version
114
- shell : bash
115
- run : echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
116
-
112
+
117
113
- name : Install Node
118
114
uses : actions/setup-node@v4
119
115
with :
You can’t perform that action at this time.
0 commit comments