diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f08c6f1..53e66bd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index 6338edf..ecb4335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16271,8 +16271,7 @@ "normalize.css": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz", - "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==", - "dev": true + "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==" }, "now-and-later": { "version": "2.0.1",