File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
os : [ubuntu-latest, windows-latest, macOS-latest]
23
+ outputs :
24
+ name : ${{ steps.set-version.outputs.name }}
25
+ version : ${{ steps.set-version.outputs.version }}
23
26
steps :
24
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v2
25
28
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
26
29
- name : Set an output
27
30
id : set-version
45
48
echo $VERSION > .version
46
49
echo $NAME > .name
47
50
- name : Use Node.js
48
- uses : actions/setup-node@v3
51
+ uses : actions/setup-node@v1
49
52
with :
50
53
node-version : 14.x
51
54
- run : npm install
@@ -122,9 +125,6 @@ jobs:
122
125
needs : build
123
126
steps :
124
127
- uses : actions/checkout@v3
125
- with :
126
- ref : master
127
- token : ${{ secrets.TOKEN }}
128
128
- uses : actions/download-artifact@v3
129
129
with :
130
130
name : meta
You can’t perform that action at this time.
0 commit comments