From 2d82abea74a2b02660ac83c1754c2aeeb77ee70c Mon Sep 17 00:00:00 2001 From: Henri Pietila Date: Mon, 10 Jan 2022 13:29:39 -0800 Subject: [PATCH] chore(ci) a step cannot have both the `uses` and `run` keys (#28) --- .github/workflows/npm-publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 59f5121e493..33b5f809a4e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -26,10 +26,6 @@ jobs: path: dist/* if-no-files-found: error - name: Commit files - uses: actions/checkout@v2 - with: - persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token. - fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. run: | date > generated.txt git config user.name github-actions