Skip to content

Commit 8708105

Browse files
committed
fix: yaml release syntax
1 parent e6145a2 commit 8708105

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
node-version: 12
1919
- name: Install dependencies
2020
run: npm install
21-
2221
- name: Build
23-
run: npm run build
22+
run: npm run build
2423
- name: Release
2524
env:
2625
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)