Skip to content

Commit

Permalink
fix(gh-action): fix action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Han committed Oct 24, 2021
1 parent 5082945 commit f88a476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
node-version: lts/*
- run: npm ci
- name: 'Generate TypeDocs'
- run: npm run docs
run: npm run docs
- name: 'Commit & Push TypeDocs'
- run: |
run: |
git config --global user.name 'Sean Han'
git config --global user.email 'seanjameshan@users.noreply.github.com'
git commit -am "Autogenerated TypeDocs"
Expand Down

0 comments on commit f88a476

Please sign in to comment.