Skip to content

Commit 5cbbf29

Browse files
committed
use default
1 parent e52a3f9 commit 5cbbf29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
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
@@ -45,7 +48,7 @@ jobs:
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

0 commit comments

Comments
 (0)