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 2020 strategy :
2121 matrix :
2222 os : [ubuntu-latest, windows-latest, macOS-latest]
23+ outputs :
24+ name : ${{ steps.set-version.outputs.name }}
25+ version : ${{ steps.set-version.outputs.version }}
2326 steps :
24- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v2
2528 - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2629 - name : Set an output
2730 id : set-version
4548 echo $VERSION > .version
4649 echo $NAME > .name
4750 - name : Use Node.js
48- uses : actions/setup-node@v3
51+ uses : actions/setup-node@v1
4952 with :
5053 node-version : 14.x
5154 - run : npm install
@@ -122,9 +125,6 @@ jobs:
122125 needs : build
123126 steps :
124127 - uses : actions/checkout@v3
125- with :
126- ref : master
127- token : ${{ secrets.TOKEN }}
128128 - uses : actions/download-artifact@v3
129129 with :
130130 name : meta
You can’t perform that action at this time.
0 commit comments