Skip to content

Commit 224a345

Browse files
committed
updated github actions release file
1 parent 5796ec9 commit 224a345

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Release
22

3-
on: [push, pull_request]
3+
on: [ push, pull_request ]
44

55
jobs:
66
test-package:
@@ -22,14 +22,14 @@ jobs:
2222
runs-on: ubuntu-latest
2323
if: ${{ github.ref == 'refs/heads/master' }}
2424
steps:
25-
- name: Checkout
25+
- name: Checkout
2626
uses: actions/checkout@v2
2727
with:
28-
fetch-depth: 0
28+
fetch-depth: 0
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: 'lts/*'
32+
node-version: 'lts/*'
3333
- uses: actions/checkout@v1
3434
- name: install
3535
run: |

0 commit comments

Comments
 (0)