Skip to content

Commit

Permalink
ci: added credentials and deeper fetch for bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Dec 14, 2019
1 parent 1e0317c commit 9ca14a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- name: Checking out source code
uses: actions/checkout@v2-beta
with:
fetch-depth: 0

- name: Set git user and email
run: git -c user.name="GitHub Action" -c user.email="action@github.com"

- name: Setting up Node.js 12.x
uses: actions/setup-node@v1
Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ca14a9

Please sign in to comment.