Skip to content

Commit

Permalink
#129 Checkout repository with higher fetch-depth value (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
GRiMe2D authored Apr 9, 2021
1 parent 2795cc7 commit 8c2380d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 100
- run: npm ci
- run: npm test
- run: npx gulp
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@del-systems/swatcher",
"version": "1.2.1",
"version": "1.2.2",
"description": "Screenshot Watcher",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.2.1'
export default '1.2.2'

0 comments on commit 8c2380d

Please sign in to comment.